mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:40:56 +11:00
bd38d80f9c
and renamed it "Core words". Also, reworded the presentation.
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
: ,"
|
|
BEGIN
|
|
C< DUP 34 ( ASCII " ) = IF DROP EXIT THEN C,
|
|
AGAIN ;
|
|
: LIT" 34 , ( litWord ) ," 0 C, ; IMMEDIATE
|
|
: ." [COMPILE] LIT" COMPILE (print) ; IMMEDIATE
|
|
: ABORT" [COMPILE] ." COMPILE ABORT ; IMMEDIATE
|