mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:20:55 +11:00
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.
|