Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
794B

  1. (cont.)
  2. (br) -- Branches by the number specified in the 2
  3. following bytes. Can be negative.
  4. (?br) f -- Branch if f is false.
  5. ( -- *I* Comment. Ignore input until ")" is read.
  6. [ -- Begin interpretative mode. In a definition,
  7. execute words instead of compiling them.
  8. ] -- End interpretative mode.
  9. ABORT -- Resets PS and RS and returns to interpreter.
  10. ABORT" x" -- *I* Compiles a ." followed by a ABORT.
  11. EXECUTE a -- Execute wordref at addr a
  12. INTERPRET -- Get a line from stdin, compile it in tmp memory,
  13. then execute the compiled contents.
  14. LEAVE -- In a DO..LOOP, exit at the next LOOP call.
  15. QUIT -- Return to interpreter prompt immediately
  16. EXIT! -- Exit current INTERPRET loop.