clear
Input Stack:
|
⇨ | Output Stack: |
Remove all items from the stack.
Example:
a,b,c,:clear
Pos | Input | Output |
---|---|---|
0 | c | |
1 | b | |
2 | a |
Input Stack:
|
⇨ | Output Stack: |
Remove all items from the stack.
Example:
a,b,c,:clear
Pos | Input | Output |
---|---|---|
0 | c | |
1 | b | |
2 | a |