81A4A |
TOTEMPOB
|
( ob → ob' )
Copies object to TEMPOB and returns
pointer to the new copy.
|
836D8 |
TOTEMPSWAP
|
( ob1 ob2 → ob2' ob1 )
Does TOTEMPOB then SWAP .
|
82D23 |
CKREF
|
( ob → ob' )
If object is in TEMPOB, is not embedded in a
composite and not referenced, does nothing.
Else copies it to TEMPOB and returns the
copy.
|
84989 |
SWAPCKREF
|
( ob1 ob2 → ob2 ob1' )
Does SWAP then <REF>CKREF.
|
81A4F |
INTEMNOTREF?
|
( ob → ob flag )
If the object is in TEMPOB area, is not
embedded in a composite and is not
referenced, returns the object and TRUE ,
otherwise returns the object and FALSE .
|
0220E8 |
~INTEMPOB?
|
( ob → ob flag )
|