mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 04:21:01 +01:00
added swap stack command, bump version (#2)
This commit is contained in:
4
rpn.pod
4
rpn.pod
@@ -116,7 +116,9 @@ You can use B<dump> to display the stack. If debugging
|
||||
is enabled (C<-d> switch or B<debug> toggle command), then the backup
|
||||
stack is also being displayed.
|
||||
|
||||
The stack can be reversed using the B<reverse> command.
|
||||
The stack can be reversed using the B<reverse> command. However,
|
||||
sometimes only the last two values are in the wrong order. Use the
|
||||
B<swap> command to exchange them.
|
||||
|
||||
You can use the B<shift> command to remove the last number from the
|
||||
stack.
|
||||
|
||||
Reference in New Issue
Block a user