Mirror of CollapseOS
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
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