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

15 行
293B

  1. ( Higher level stuff that generally requires all core units )
  2. : ."
  3. LIT
  4. BEGIN
  5. C< DUP ( c c )
  6. ( 34 is ASCII for " )
  7. DUP 34 = IF DROP DROP 0 0 THEN
  8. C,
  9. 0 = UNTIL
  10. COMPILE (print)
  11. ; IMMEDIATE
  12. : ABORT" [COMPILE] ." COMPILE ABORT ; IMMEDIATE