Skip to navigation

Elite on the BBC Micro and NES

Text: ETOK

[BBC Micro disc version, Docked]

Name: ETOK [Show more] Type: Macro Category: Text Summary: Macro definition for recursive tokens in the extended token table Deep dive: Extended text tokens
Context: See this macro in context in the source code References: This macro is used as follows: * RUTOK uses ETOK * TKN1 uses ETOK

The following macro is used when building the extended token table: ETOK n Insert extended recursive token [n] See the deep dive on "Printing extended text tokens" for details on how recursive tokens are stored in the extended token table.
Arguments: n The number of the recursive token to insert into the table, in the range 129 to 214
MACRO ETOK n EQUB n EOR VE ENDMACRO