over
Input Stack:
|
⇨ | Output Stack:
|
Copy the item in the second position on the stack to the top.
Example:
a,b,:over
Pos | Input | Output |
---|---|---|
0 | b | a |
1 | a | b |
2 | a |
Input Stack:
|
⇨ | Output Stack:
|
Copy the item in the second position on the stack to the top.
Example:
a,b,:over
Pos | Input | Output |
---|---|---|
0 | b | a |
1 | a | b |
2 | a |