summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-07 22:11:06 +0000
committerPaul Buetow <paul@buetow.org>2008-11-07 22:11:06 +0000
commita46655f67043af257e70715903badf9d4321c4de (patch)
tree556997ba868ac106c6f92703e6e35875e4872dc2 /tmp/test.fy
parentfbff89d91c2a13155423bd83d2bbefd5d6891e23 (diff)
one step further for arrays.
Diffstat (limited to 'tmp/test.fy')
-rw-r--r--tmp/test.fy3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index e91b86d..84dda3a 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -2,5 +2,4 @@
* Examples of how to use arrays
*#
-my foo = 1, bar = 2;
-my baz = [foo, bar];
+say ["string"];