Anvil | Smiths Smiths | Register Register | Login Login |
Search:
Show links Show tools Show tree | Previous document Next document | njet.org > Anvil > Documentation > Language reference > Expressions > Precedence

Precedence

Precedence from highest to lowest
() {} []
new
is has
++X --X
++X --X
+X -X *X !X sizeof classof typeof cloneof copyof (boolean) (int) (float) (string)
~ !~
* / %
+ -
in
< <= > > <=>
== === != !==
&&
^^
||
..
? ??
=>
->
,
= += -= *= /= %= &= ?=
Contributes notes:
Add a note
What's new | Anvil