Associativity (Definition)

A direction of evaluation of an operator-driven expression.

The associativity of an operator indicates the order of evaluation of its operands. An operator with an associativity of left to right evaluates the expression in the operand to its left and then the one to the right. The alternative is right to left associativity.

See also:Array index delimiter ([ ])