Skip to navigation

Revs on the BBC Micro

Text: token39

Name: token39 [Show more] Type: Variable Category: Text Summary: Text for recursive token 39 Deep dive: Text tokens
Context: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token39 * tokenLo uses token39
.token39 EQUB 200 + 36 \ Print token 36 (menu option 1 with "PRESS" prompt) EQUS "PRACTICE" \ Print "PRACTICE" EQUB 200 + 37 \ Print token 37 (menu option 2) EQUS "COMPETITION" \ Print "COMPETITION" EQUB 255 \ End token EQUB &FF \ This byte appears to be unused