As the Oric Atmos recognizes only the first two characters of a variable name, it is useful to know what has been used so far, especially on long programs.
This short routine uses no variables itself so will not add to the list it produces.
It may be joined onto the end of any Basic program, and lists out all the run-time variables used so far. The length of the routine is less than 250 bytes so should not give any 'out of memory error' even when used with a large program.
The routine is run by a GOTO 63992, as RUN would clear all variables in memory.