summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-09-16 17:05:51 +0000
committerPaul Buetow <paul@buetow.org>2008-09-16 17:05:51 +0000
commit71185ab0ab0b08b4d5bb2e750ff85e11f105a453 (patch)
treea6ad933176f92b60d2f1560d2f1bac46ec6b9566 /tmp/test.fy
parent8b31b18a43dea55489e70d5b2ea6fc183cc67533 (diff)
array progress
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];
+