Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWEST int OR AND NOT IN ASSIGN // := or = EQUALS // == LESSGREATER // > or < BitwiseOR // | BitwiseXOR // ^ BitwiseAND // & BitwiseShift // << or >> SUM // + or - PRODUCT // * / or % PREFIX // -X or !X CALL // myFunction(X) INDEX // array[index] )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.