Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
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.