summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
committerPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
commitec9899c0399f42473d311c7d0a46769d3d933c06 (patch)
tree8396b366b5e1b665f60f5502d484985b0950a94e /tmp/test.fy
parentcf9029ee902eda028f3efcb77e8c2aed25205b94 (diff)
bugs fixed, initial array
Diffstat (limited to 'tmp/test.fy')
-rw-r--r--tmp/test.fy4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index bef7188..afe2cec 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -1,5 +1,3 @@
-my foo = 0;
-say foo;
-say 2 * 4.5 + 1 + gc;
+my foo = [1, 2.2, "3"];