pick
| Input stack | Output stack |
|---|---|
aN,...,a0,n,:pick |
a0,...,aN,an |
Rotate the stack so that the item at the top is now at the bottom.
| Input stack | Output stack |
|---|---|
aN,...,a0,n,:pick |
a0,...,aN,an |
Rotate the stack so that the item at the top is now at the bottom.