diff options
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"]; |
