.token36 EQUB 31, 4, 14 \ Move text cursor to column 4, row 14 EQUB 136 \ Set flashing text EQUB 134 \ Set foreground colour to cyan alphanumeric EQUB 200 + 17 \ Print token 17 ("PRESS ") EQUB 31, 5, 16 \ Move text cursor to column 5, row 16 EQUB 132, 157 \ Set background colour to blue EQUB 134 \ Set foreground colour to cyan alphanumeric EQUS "1" \ Print "1" 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 tokenName: token36 [Show more] Type: Variable Category: Text Summary: Text for recursive token 36 Deep dive: Text tokensContext: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token36 * tokenLo uses token36