summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/test.fy')
-rw-r--r--tmp/test.fy10
1 files changed, 9 insertions, 1 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index adb8384..da59a2a 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -1,4 +1,12 @@
+my foo = 1;
+
+if 1 {
+ say foo;
+}
+
+say 1 + 1;
+
#my foo = [1 2 3];
# Prints num of elements in foo
@@ -15,4 +23,4 @@
# Prints "1 3 5 6\n"
#say [1 3 5 6];
-my foo = 2 * 3 + 1.2;
+#my foo = 2 * 3 + 1.2;