62D59 |
NULL$SWAP
|
( ob → $ ob )
NULL$ , then SWAP .
|
04D3E |
DROPNULL$
|
( ob → NULL$ )
DROP then NULL$ .
|
04D57 |
(TWODROPNULL$)
|
( ob ob' → NULL$ )
2DROP then NULL$ .
|
1613F |
NULL$TEMP
|
( → $ )
Creates null string in temporary memory
(NULL$ , then <REF>TOTEMPOB).
|