Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

6 líneas
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.