From a46655f67043af257e70715903badf9d4321c4de Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 7 Nov 2008 22:11:06 +0000 Subject: one step further for arrays. --- tmp/test.fy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmp/test.fy') 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"]; -- cgit v1.2.3