mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:30:55 +11:00
bd38d80f9c
and renamed it "Core words". Also, reworded the presentation.
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
( ';' can't have its name right away because, when created, it
|
|
is not an IMMEDIATE yet and will not be treated properly by
|
|
xcomp. )
|
|
: _
|
|
['] EXIT ,
|
|
R> DROP ( exit : )
|
|
; IMMEDIATE
|
|
: ['] ' LITA ; IMMEDIATE
|
|
';' X' _ 4 - C! ( give ; its name )
|
|
':' X' _ 4 - C! ( give : its name )
|
|
'(' X' _ 4 - C!
|