[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.7.3 Temporary Memory

06E2F TOTEMPOB ( ob → ob' )
Copies object to TEMPOB and returns pointer to the new copy.
0F543 TOTEMPSWAP ( ob1 ob2 → ob2' ob1 )
Does TOTEMPOB then SWAP.
16451 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.
107F9 SWAPCKREF ( ob1 ob2 → ob2 ob1' )
Does SWAP then <REF>CKREF.
0731C 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 )



This document was generated by Carsten Dominik on May, 30 2005 using texi2html