mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 12:31:04 +01:00
added dup to doc
This commit is contained in:
1
rpn.go
1
rpn.go
@@ -160,6 +160,7 @@ DESCRIPTION
|
|||||||
shift remove the last element of the stack
|
shift remove the last element of the stack
|
||||||
reverse reverse the stack elements
|
reverse reverse the stack elements
|
||||||
swap exchange the last two stack elements
|
swap exchange the last two stack elements
|
||||||
|
dup duplicate last stack item
|
||||||
history display calculation history
|
history display calculation history
|
||||||
help|? show this message
|
help|? show this message
|
||||||
quit|exit|c-d|c-c exit program
|
quit|exit|c-d|c-c exit program
|
||||||
|
|||||||
1
rpn.pod
1
rpn.pod
@@ -167,6 +167,7 @@ Commands:
|
|||||||
shift remove the last element of the stack
|
shift remove the last element of the stack
|
||||||
reverse reverse the stack elements
|
reverse reverse the stack elements
|
||||||
swap exchange the last two stack elements
|
swap exchange the last two stack elements
|
||||||
|
dup duplicate last stack item
|
||||||
history display calculation history
|
history display calculation history
|
||||||
help|? show this message
|
help|? show this message
|
||||||
quit|exit|c-d|c-c exit program
|
quit|exit|c-d|c-c exit program
|
||||||
|
|||||||
Reference in New Issue
Block a user