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

2.9.1 Stack Functions

0326E NDROP ( 1..n #n → )
10821 DROPNDROP ( 1..n #n ob → )
0F84F #1+NDROP ( ob 1..n #n → )
aka: N+1DROP
15068 psh ( meta1 meta2 → meta2 meta1 )
Should be called swap.
3F2BD roll2ND ( meta1 meta2 meta3 → meta2 meta3 meta1 )
Should be called rot.
3F1A4 unroll2ND ( meta1 meta2 meta3 → meta3 meta1 meta2 )
Should be called unrot.
10191 SWAPUnNDROP ( meta1 meta2 → meta2 )
Should be called swapdrop.
1017D SWAPUnDROP ( meta1 meta2 → meta2 ob1..obn )
Swaps two metas and drops the count. Should be called swapDROP.
10795 metaROTDUP ( meta1 meta2 meta3 → meta2 meta3 meta1 meta1 )
Should be called rotdup.



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