1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 12:38:46 +10:00
collapseos/blk/435

14 lines
308 B
Plaintext
Raw Normal View History

2020-04-26 11:54:07 +10:00
: WORD(
DUP 1- C@ ( name len field )
127 AND ( 0x7f. remove IMMEDIATE flag )
3 + ( fixed header len )
-
;
: FORGET
' DUP ( w w )
( HERE must be at the end of prev's word, that is, at the
beginning of w. )
WORD( HERE ! ( w )
PREV CURRENT !
;