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