diff options
Diffstat (limited to 'internal/rpn/operations_interfaces.go')
| -rw-r--r-- | internal/rpn/operations_interfaces.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rpn/operations_interfaces.go b/internal/rpn/operations_interfaces.go index cc60db2..39edcad 100644 --- a/internal/rpn/operations_interfaces.go +++ b/internal/rpn/operations_interfaces.go @@ -53,6 +53,7 @@ type StackOperator interface { Dup(stack *Stack) error Swap(stack *Stack) error Pop(stack *Stack) error + Delete(stack *Stack) error Show(stack *Stack) (string, error) } |
