diff options
| author | William Hergès <william@herges.fr> | 2025-11-08 21:31:48 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-11-08 21:31:48 +0100 |
| commit | aa1d984db18333d89b6bb2b1fa9852f85edba2de (patch) | |
| tree | 304ea07295475003c192ef4d587c615a597fb9d9 /example/input.txt | |
| parent | 0c49df8a68d47b5c42e1d28b43111c341b540145 (diff) | |
feat(calc): strengthen reducing
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 ec70a41..a530f47 100644 --- a/example/input.txt +++ b/example/input.txt @@ -1,8 +1,8 @@ :a = 7 :b = 4 -:result = (:a + :b) * 10 / 2 +:res = (:a + :b) * 10 / 2 :x = 20 :y = 3 :z = 6 -:value = 10 + :z / :y * :x / 4 +:val = 10 + :z / :y * :x / 4 |
