mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:40:56 +11:00
4501313410
Will be useful as kinds of "#ifdef"s during xcomp.
6 lines
273 B
Plaintext
6 lines
273 B
Plaintext
INTERPRET -- Get a line from stdin, compile it in tmp memory,
|
|
then execute the compiled contents.
|
|
LEAVE -- In a DO..LOOP, exit at the next LOOP call.
|
|
QUIT -- Return to interpreter prompt immediately
|
|
EXIT! -- Exit current INTERPRET loop.
|