summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/test.fy')
-rw-r--r--tmp/test.fy11
1 files changed, 10 insertions, 1 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index afe2cec..7e030a5 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -1,3 +1,12 @@
-my foo = [1, 2.2, "3"];
+#my foo = [1 2 3];
+#assert "TT_INTEGER" == type say integer foo;
+
+#my bar = [1 2 3];
+#assert "TT_DOUBLE" == type say double bar;
+
+#my baz = [1 2 3];
+#assert "TT_STRING" == type say string baz;
+#say [1 3 5 6];
+