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 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 |
