.token5 EQUB 200 + 7 \ Text token 7: Move the graphics cursor to (64, 768) EQUB 200 + 14 \ Text token 14: Print "SECRET ENTRY CODE" EQUB 200 + 8 \ Text token 8: Move the graphics cursor to (192, 704) EQUB 200 + 13 \ Text token 13: Print "LANDSCAPE" EQUB 9 \ VDU 9 \ \ Move the cursor right by one character, so it moves on \ to the next character EQUB &FF \ End of tokenName: token5 [Show more] Type: Variable Category: Text Summary: Text token 5: Print "SECRET ENTRY CODE" at (64, 768), "LANDSCAPE" at (192, 704), move cursor rightContext: See this variable in context in the source code References: This variable is used as follows: * tokenOffset uses token5