Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

6 lines
270B

  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