.token40 EQUS "Lap Time" \ Print "Lap Time" EQUB 160 + 3 \ Print 3 spaces EQUS ":" \ Print ":" EQUB 160 + 9 \ Print 9 spaces EQUS "Best Time" \ Print "Best Time" EQUB 160 + 8 \ Print 8 spaces EQUB 255 \ End token EQUB &81, &81 \ These bytes appear to be unused EQUB &81, &81 EQUB &81, &81Name: token40 [Show more] Type: Variable Category: Text Summary: Text for recursive token 40 Deep dive: Text tokensContext: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token40 * tokenLo uses token40