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