.token50 EQUB 31, 24, 2 \ Move text cursor to column 24, row 2 EQUB 200 + 18 \ Print token (configurable token number, default is 18, \ which is " 5") EQUB 200 + 14 \ Print token 14 (" laps") EQUB 255 \ End tokenName: token50 [Show more] Type: Variable Category: Text Summary: Text for recursive token 50 Deep dive: Text tokensContext: See this variable in context in the source code References: This variable is used as follows: * PrintDriverTable uses token50 * tokenHi uses token50 * tokenLo uses token50