mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:20:55 +11:00
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
|
||
|
;
|
||
|
|