Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWEST int RANGE // 1..2 EQUALS // == or != LESSGREATER // < or > SUM // + PRODUCT // * PREFIX // - or ! CALL // fn(x) ARRAY_IDX // array[idx] )
View Source
const RED = "\x1b[31m"
View Source
const RESET_COLOR = "\x1b[0m"
View Source
const UNDERLINE = "\x1b[4m"
View Source
const UNDERLINE_RESET = "\x1b[24m"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.