diff --git a/README.md b/README.md index 4a97cfa..6f70f40 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ true and false - `int` converts types into NumericIntLiteral if possible - `dec` converts types into NumericDecLiteral if possible - `bool` converts types into BoolLiteral if possible +- `vars` prints all variables +- `stack` prints the current stack ## Constants - `e` Euler's number