Mirror of CollapseOS
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

17 рядки
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