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
281B

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