81C11 |
@
|
( id/lam → ob T )
( id/lam → F )
Basic recalling function.
|
83674 |
DUP@
|
( id/lam → id/lam ob T )
( id/lam → id/lam F )
Does DUP then <REF>@.
|
81C70 |
STO
|
( ob id/lam → )
For ids this assumes ob is not pco. If
replacing some object, that object is copied
to TEMPOB and pointers are updated. For
lams: Errors if lam is unbound.
|
81C61 |
REPLACE
|
( newob oldob → newob )
Replaces oldob (in memory) with newob.
|
81C4D |
PURGE
|
( id → )
Purges variable. Does no type check first.
|
81C2F |
CREATE
|
( ob id → )
Creates a variable in the current directory.
Errors if id is or contains current
directory. Assumes id is not a pco.
|
84448 |
'LAMLNAMESTO
|
( ob → )
STO to LAM LAMLNAME .
|