.token23 EQUB 200 + 54 \ Print token 54 ("FORMULA 3 CHAMPIONSHIP" header) EQUB 200 + 35 \ Print token 35 (cyan, move cursor to prompt position) EQUB 160 + 7 \ Print 7 spaces EQUB 200 + 11 \ Print token 11 ("ENTER ") EQUS "NAME OF" \ Print "NAME OF" EQUB 200 + 12 \ Print token 12 (" DRIVER") EQUB 31, 12, 17 \ Move text cursor to column 12, row 17 EQUB 131 \ Set foreground colour to yellow alphanumeric EQUS "____________" \ Print "____________" EQUB 31, 9, 16 \ Move text cursor to column 9, row 16 EQUB 133 \ Set foreground colour to magenta alphanumeric EQUB 200 + 16 \ Print token 16 (" > ") EQUB 255 \ End tokenName: token23 [Show more] Type: Variable Category: Text Summary: Text for recursive token 23 Deep dive: Text tokensContext: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token23 * tokenLo uses token23