diff options
| author | William Hergès <william@herges.fr> | 2025-11-09 13:23:05 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-11-09 13:23:05 +0100 |
| commit | 3b0cc79dee76244da55d2326cc4244a384d85e44 (patch) | |
| tree | 7a2819f658fe987f942633ad82997a75850e16ef /example/input.txt | |
| parent | 8f9730d89e66ab1cbf08cbc0dea2a429d135e0da (diff) | |
feat(calc)): supports factorial
Diffstat (limited to 'example/input.txt')
| -rw-r--r-- | example/input.txt | 4 |
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) |
