Skip to navigation

Revs on the BBC Micro

Text: token22

Name: token22 [Show more] Type: Variable Category: Text Summary: Text for recursive token 22 Deep dive: Text tokens
Context: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token22 * tokenLo uses token22
.token22 EQUB 200 + 54 \ Print token 54 ("FORMULA 3 CHAMPIONSHIP" header) EQUB 200 + 36 \ Print token 36 (menu option 1 with "PRESS" prompt) EQUB 200 + 18 \ Print token 18 (" 5") EQUB 200 + 13 \ Print token 13 (" mins") EQUB 200 + 37 \ Print token 37 (menu option 2) EQUB 200 + 19 \ Print token 19 ("10") EQUB 200 + 13 \ Print token 13 (" mins") EQUB 200 + 38 \ Print token 38 (menu option 3) EQUB 200 + 20 \ Print token 20 ("20") EQUB 200 + 13 \ Print token 13 (" mins") EQUB 200 + 35 \ Print token 35 (cyan, move cursor to prompt position) EQUB 200 + 10 \ Print token 10 ("SELECT ") EQUS "DURATION OF " \ Print "DURATION OF " EQUS "QUALIFYING LAPS" \ Print "QUALIFYING LAPS" EQUB 255 \ End token