diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-05 20:47:38 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-05 20:47:38 +0000 |
| commit | fbff89d91c2a13155423bd83d2bbefd5d6891e23 (patch) | |
| tree | f470156c455abe95803f4824ecf0a0bca43571c4 /tmp/test.fy | |
| parent | 7575536c805e379b009630947e72f636c006751f (diff) | |
Diffstat (limited to 'tmp/test.fy')
| -rw-r--r-- | tmp/test.fy | 2 |
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]; |
