summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-05 20:47:38 +0000
committerPaul Buetow <paul@buetow.org>2008-11-05 20:47:38 +0000
commitfbff89d91c2a13155423bd83d2bbefd5d6891e23 (patch)
treef470156c455abe95803f4824ecf0a0bca43571c4 /tmp/test.fy
parent7575536c805e379b009630947e72f636c006751f (diff)
Diffstat (limited to 'tmp/test.fy')
-rw-r--r--tmp/test.fy2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index 8fe78a1..e91b86d 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -3,4 +3,4 @@
*#
my foo = 1, bar = 2;
-my arr = [foo bar];
+my baz = [foo, bar];