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.

6 lines
273B

  1. INTERPRET -- Get a line from stdin, compile it in tmp memory,
  2. then execute the compiled contents.
  3. LEAVE -- In a DO..LOOP, exit at the next LOOP call.
  4. QUIT -- Return to interpreter prompt immediately
  5. EXIT! -- Exit current INTERPRET loop.