Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
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