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