.token37 EQUB 31, 5, 18 \ Move text cursor to column 5, row 18 EQUB 132, 157 \ Set background colour to blue EQUB 134 \ Set foreground colour to cyan alphanumeric EQUS "2" \ Print "2" EQUB 160 + 2 \ Print 2 spaces EQUB 156 \ Set background colour to black EQUB 160 + 5 \ Print 5 spaces EQUB 131 \ Set foreground colour to yellow alphanumeric EQUB 255 \ End token EQUB &81, &81 \ These bytes appear to be unused EQUB &81, &81Name: token37 [Show more] Type: Variable Category: Text Summary: Text for recursive token 37 Deep dive: Text tokensContext: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token37 * tokenLo uses token37