aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-11-09 13:23:05 +0100
committerWilliam Hergès <william@herges.fr>2025-11-09 13:23:05 +0100
commit3b0cc79dee76244da55d2326cc4244a384d85e44 (patch)
tree7a2819f658fe987f942633ad82997a75850e16ef /example
parent8f9730d89e66ab1cbf08cbc0dea2a429d135e0da (diff)
feat(calc)): supports factorial
Diffstat (limited to 'example')
-rw-r--r--example/input.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/input.txt b/example/input.txt
index a32d267..7efcb9c 100644
--- a/example/input.txt
+++ b/example/input.txt
@@ -2,6 +2,6 @@ a = 7;; b = 4
(a + b) * 10 / 2
x = 20
-y = 3
-z = 2y
+y = 2!
+z = y/2
10 + 4(z / y)(x / 4)