mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:40:54 +11:00
f6ded7712e
This is the first commit I do entirely in VE. It's a habit I'm planning on taking as it helps a lot to find usability issues.
17 lines
312 B
Plaintext
17 lines
312 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!
|
|
|
|
|
|
|
|
|
|
|