storage feature
[calc.git] / parser.h
index 10fec970e2bb0c055151b4b01bac1f20d6f485ff..95bfa2fa4715510b3e2789a14f22d0098ae12994 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -14,6 +14,7 @@ typedef enum {
     Pow, Sqr,
     Cos, Sin, Atan,
     Log, Exp,
+    Store, Recall, Disp,
     Quit, Help,
     Ans, E, Pi
 } func_t;