summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-18 22:47:31 +0000
committerPaul Buetow <paul@buetow.org>2008-10-18 22:47:31 +0000
commitcb1450b796eff3c8830616e2e9a3d83d4dfb4900 (patch)
tree1ed2b992f9b082cf82913abeaff8c208ecab67dd /tmp/test.fy
parenta35ace22b374005c65bda8302761d24f75280170 (diff)
backdowngrade
Diffstat (limited to 'tmp/test.fy')
-rw-r--r--tmp/test.fy25
1 files changed, 1 insertions, 24 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index da59a2a..afe2cec 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -1,26 +1,3 @@
-my foo = 1;
-if 1 {
- say foo;
-}
-
-say 1 + 1;
-
-
-#my foo = [1 2 3];
-# Prints num of elements in foo
-#assert "TT_INTEGER" == type say integer foo;
-
-#my bar = [1 2 3];
-# Prints num of elements in bar
-#assert "TT_DOUBLE" == type say double bar;
-
-#my baz = [1 2 3];
-# Prints num of elements in baz
-#assert "TT_STRING" == type say string baz;
-
-# Prints "1 3 5 6\n"
-#say [1 3 5 6];
-
-#my foo = 2 * 3 + 1.2;
+my foo = [1, 2.2, "3"];