From 1379d62c9e71a9a1143fe1d400c12456aad5d718 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 12 Nov 2023 20:28:05 +0100 Subject: [PATCH] added dup to doc --- rpn.go | 1 + rpn.pod | 1 + 2 files changed, 2 insertions(+) diff --git a/rpn.go b/rpn.go index 15b5656..937f0f9 100644 --- a/rpn.go +++ b/rpn.go @@ -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 diff --git a/rpn.pod b/rpn.pod index e36e8c8..79a5ffd 100644 --- a/rpn.pod +++ b/rpn.pod @@ -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