Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

6 řádky
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.