Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWEST int // Lowest precedence AND_OR // and or or EQUAL // == LESS_GREATER // > or < SUM_SUB // + or - MUL_DIV_MOD // * or / or % PREFIX // -X or !X CALL // myFunction(X) INDEX // array[index] )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.