mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:20:55 +11:00
f023f9bcb4
With all this recent movements, we had a bit of a fragmentation issue.
17 lines
265 B
Plaintext
17 lines
265 B
Plaintext
: ,"
|
|
BEGIN
|
|
C<
|
|
( 34 is ASCII for " )
|
|
DUP 34 = IF DROP EXIT THEN C,
|
|
AGAIN ;
|
|
|
|
: ."
|
|
34 , ( 34 == litWord ) ," 0 C,
|
|
COMPILE (print)
|
|
; IMMEDIATE
|
|
|
|
: ABORT" [COMPILE] ." COMPILE ABORT ; IMMEDIATE
|
|
|
|
: (uflw) ABORT" stack underflow" ;
|
|
|