.token10 EQUB 5 \ VDU 5 \ \ Write text at the graphics cursor rather than the text \ cursor EQUB 18, 0, 128 \ VDU 18, 0, 128 \ \ Set the background colour to colour 0 (blue) EQUB &FF \ End of tokenName: token10 [Show more] Type: Variable Category: Text Summary: Text token 10: Configure text to be printed at the graphics cursor and set the background colour to colour 0 (blue)Context: See this variable in context in the source code References: This variable is used as follows: * tokenOffset uses token10