In programming languages, the
associativity of an
operator is a property that determines how
operators of the same precedence are grouped in the absence of parentheses. ... If the
operator is non-
associative, the expression might be a syntax error, or it might have some special meaning.
read more >>