mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:30:55 +11:00
b760c2d353
This makes [entry] much simpler. Also, remove unused LITS word.
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
: [ INTERPRET ; IMMEDIATE
|
|
: ] R> DROP ;
|
|
: LIT< WORD 34 , SCPY 0 C, ; IMMEDIATE
|
|
: LITA 36 , , ;
|
|
: '? WORD (find) ;
|
|
: '
|
|
'? (?br) [ 4 , ] EXIT
|
|
LIT< (wnf) (find) DROP EXECUTE
|
|
;
|
|
: ['] ' LITA ; IMMEDIATE
|