diff options
| -rw-r--r-- | internal/rpn/operations.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/rpn/operations.go b/internal/rpn/operations.go index b8d276e..40f643b 100644 --- a/internal/rpn/operations.go +++ b/internal/rpn/operations.go @@ -155,10 +155,6 @@ type Operator interface { PowerIntOperator // SetMode sets the calculation mode for number formatting SetMode(CalculationMode) - // AssignLeft assigns a value to a variable (for := operator) - AssignLeft(stack *Stack) error - // AssignRight assigns a value to a variable (for =: operator) - AssignRight(stack *Stack) error } // Operations provides operator implementations and stack manipulation. |
