Precedence Rules

CALL

anything that is
a call to a function
func, tuple, string, map, etc.

#

 

?

nonassociative

%

nonassociative

**

right associative

*/moddiv

 

+ - withless

 

INFIX.

 

innotinsubset

 

< < = = / = > > =

nonassociative

not

 

and

 

or

 

impl