diff options
Diffstat (limited to 'example')
| -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 0d42cb7..a32d267 100644 --- a/example/input.txt +++ b/example/input.txt @@ -3,5 +3,5 @@ a = 7;; b = 4 x = 20 y = 3 -z = 6 -10 + z / y * x / 4 +z = 2y +10 + 4(z / y)(x / 4) |
