Skip to content

Commit

Permalink
added dup to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Nov 12, 2023
1 parent 2fb1c7e commit 1379d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rpn.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ DESCRIPTION
shift remove the last element of the stack
reverse reverse the stack elements
swap exchange the last two stack elements
dup duplicate last stack item
history display calculation history
help|? show this message
quit|exit|c-d|c-c exit program
Expand Down
1 change: 1 addition & 0 deletions rpn.pod
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Commands:
shift remove the last element of the stack
reverse reverse the stack elements
swap exchange the last two stack elements
dup duplicate last stack item
history display calculation history
help|? show this message
quit|exit|c-d|c-c exit program
Expand Down

0 comments on commit 1379d62

Please sign in to comment.