35D94 |
NULL$SWAP
|
( ob → $ ob )
NULL$, then SWAP.
|
04D3E |
DROPNULL$
|
( ob → NULL$ )
DROP then NULL$.
|
04D57 |
(TWODROPNULL$)
|
( ob ob' → NULL$ )
2DROP then NULL$.
|
25EEC |
NULL$TEMP
|
( → $ )
Creates null string in temporary memory
(NULL$, then <REF>TOTEMPOB).
|