/* */

Thursday 14 October 2010

Operator precedence

Taken from cgSultra, useful page I found detailing key fundamental concepts of MEL scripting. the image below gives clear representation to the order of precedene an operator takes:


The following shows order of operator precedence in MEL. Operator in same row has equal precedence. Left most operator is evaluated first, if a statement has more then one operators of equal precedence.