Documentation
¶
Index ¶
Constants ¶
View Source
const ( PRECEDENCE_LOWEST int PRECEDENCE_EQUALS // == PRECEDENCE_LESSGREATER // > or < PRECEDENCE_SUM // + PRECEDENCE_PRODUCT // * PRECEDENCE_PREFIX // -X or !X PRECEDENCE_CALL // myFunction(X) )
precedences
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.