mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 00:30:55 +11:00
8ef197d248
There was a weird empty block in the middle of the program.
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
( Relink a regular Forth full interpreter. )
|
|
: RLCORE
|
|
LIT< H@ (find) DROP ( target )
|
|
DUP 3 - @ ( t prevoff )
|
|
( subtract H@ name length )
|
|
2- ( t o )
|
|
RLDICT
|
|
;
|
|
|