Operators

Operators are shown in descending priority. Operators on the same line are of equal priority; they're processed in the order that they occur in the scorefile.

operator:

groupingOperator

prefixOperator postfixOperator

arithmeticOperator

envelopeLookupOperator stringConcatenationOperator

assignmentOperator

sequenceSeparator

groupingOperator:

( )

prefixOperator:

-

postfixOperator:

dB

arithmeticOperator:

^ ~

* / %

+ -

envelopeLookupOperator:

@

stringConcatenationOperator:

&

assignmentOperator:

=

sequenceSeparator:

,