06FD1 |
COLA
|
Evals next obj and
drops rest of this stream.
|
63A15 |
ONECOLA
|
Does ONE , then COLA .
|
63312 |
SWAPCOLA
|
Does SWAP , then COLA .
|
63326 |
XYZ>ZCOLA
|
Does UNROT2DROP , then COLA .
|
61A6D |
COLA_EVAL
|
Returns and evals first obj
in previous stream.
|
6296D |
COLACOLA
|
Drops rest of current stream
does COLA in the above one.
|
0714D |
SKIP
|
Skips 1 obj in the runstream.
|
0715C |
(2SKIP)
|
Skips 2 objs in the runstream.
|
283D8 |
(3SKIP)
|
Skips 3 objs in the runstream.
|
21C47 |
(MEMSKIP)
|
( ob → #nextaddress )
|
626EE |
skipcola
|
Does SKIP , then COLA .
|
626E5 |
2skipcola
|
Does 2SKIP , then COLA .
|
626DC |
3skipcola
|
Does 3SKIP , then COLA .
|
626AE |
5skipcola
|
Skips 5 objects, then does COLA .
|
633B2 |
COLASKIP
|
Drops rest of current stream
and skips one obj in above stream.
|
283C4 |
(COLAskipcola)
|
Drops rest of current stream,
skipcola in the above.
|