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