diff options
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) |
