aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/input.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/input.txt b/example/input.txt
index cb3073b..ec70a41 100644
--- a/example/input.txt
+++ b/example/input.txt
@@ -1,6 +1,6 @@
:a = 7
:b = 4
-:result = :a + :b * 10 / 2
+:result = (:a + :b) * 10 / 2
:x = 20
:y = 3