The rule which governs in which order operators of the same precedence are executed. For example, in Java the - operator is left-associative because a - b - c is interpreted as (a - b) - c, and = is right-associative because a = b = c is interpreted as a = (b = c).

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.