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.

11 lines
262B

  1. : ,"
  2. BEGIN
  3. C< DUP 34 ( ASCII " ) = IF DROP EXIT THEN C,
  4. AGAIN ;
  5. : LIT"
  6. 34 , ( litWord ) H@ 0 C, ,"
  7. DUP H@ -^ 1- ( a len ) SWAP C!
  8. ; IMMEDIATE
  9. : ." [COMPILE] LIT" COMPILE (print) ; IMMEDIATE
  10. : ABORT" [COMPILE] ." COMPILE ABORT ; IMMEDIATE