aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/input.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/example/input.txt b/example/input.txt
index a530f47..7233dc7 100644
--- a/example/input.txt
+++ b/example/input.txt
@@ -1,8 +1,7 @@
-:a = 7
-:b = 4
-:res = (:a + :b) * 10 / 2
+:a = 7;; :b = 4;;
+(:a + :b) * 10 / 2
:x = 20
:y = 3
:z = 6
-:val = 10 + :z / :y * :x / 4
+10 + :z / :y * :x / 4