collapseos/blk/043

17 lines
794 B
Plaintext
Raw Normal View History

(cont.)
2020-04-17 05:07:31 +10:00
(br) -- Branches by the number specified in the 2
following bytes. Can be negative.
(?br) f -- Branch if f is false.
( -- *I* Comment. Ignore input until ")" is read.
[ -- Begin interpretative mode. In a definition,
execute words instead of compiling them.
] -- End interpretative mode.
ABORT -- Resets PS and RS and returns to interpreter.
ABORT" x" -- *I* Compiles a ." followed by a ABORT.
EXECUTE a -- Execute wordref at addr a
INTERPRET -- Get a line from stdin, compile it in tmp memory,
then execute the compiled contents.
2020-04-18 01:27:17 +10:00
LEAVE -- In a DO..LOOP, exit at the next LOOP call.
2020-04-17 05:07:31 +10:00
QUIT -- Return to interpreter prompt immediately
EXIT! -- Exit current INTERPRET loop.