Master index |
Index for TNNT_1_07/Stack ![]() |
| POP removes values from the head of the stack and returns both | |
| POP_PUSH pops a value off the stack head and pushes it back onto the tail. | |
| PUSH adds values to the tail of the stack | |
| PUSH_UNIQUE adds values to the stack tail for values not already present |