| 81D5B |  NDROP | ( 1..n #n →  ) | 
| 849B1 |  DROPNDROP | ( 1..n #n ob →  ) | 
| 839E4 |  #1+NDROP | ( ob 1..n #n →  )aka:
 N+1DROP | 
| 81D01 |  psh | ( meta1 meta2 → meta2 meta1 )Should be called
 swap. | 
| 81D06 |  roll2ND | ( meta1 meta2 meta3 → meta2 meta3 meta1 )Should be called
 rot. | 
| 81D10 |  unroll2ND | ( meta1 meta2 meta3 → meta3 meta1 meta2 )Should be called
 unrot. | 
| 8431C |  SWAPUnNDROP | ( meta1 meta2 → meta2 )Should be called
 swapdrop. | 
| 84308 |  SWAPUnDROP | ( meta1 meta2 → meta2 ob1..obn )Swaps two metas and drops the count.  Should
be called
 swapDROP. | 
| 84925 |  metaROTDUP | ( meta1 meta2 meta3 → meta2 meta3 meta1 meta1 )Should be called
 rotdup. |