Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 行
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.