diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-07 22:11:06 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-07 22:11:06 +0000 |
| commit | a46655f67043af257e70715903badf9d4321c4de (patch) | |
| tree | 556997ba868ac106c6f92703e6e35875e4872dc2 /tmp/test.fy | |
| parent | fbff89d91c2a13155423bd83d2bbefd5d6891e23 (diff) | |
one step further for arrays.
Diffstat (limited to 'tmp/test.fy')
| -rw-r--r-- | tmp/test.fy | 3 |
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"]; |
