memory feature
[calc.git] / parser.h
index eed45f679d14585706f9e5eca3200143c16ac533..f52112952eb9d73777b9d7a9bfd6d41a9165ebbd 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -15,7 +15,7 @@ typedef enum {
     Cos, Sin, Tan, Acos, Asin, Atan,
     Log, Exp,
     Abs, Ceil, Floor,
-    Store, Recall, Inc, Dec, Disp,
+    Store, Recall, Inc, Dec, Disp, Mem,
     Quit, Help,
     Ans, E, Pi,
     Equal, Diff, Ge, Le, Gt, Lt,