diff options
Diffstat (limited to 'tmp/test.fy')
| -rw-r--r-- | tmp/test.fy | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tmp/test.fy b/tmp/test.fy index bef7188..afe2cec 100644 --- a/tmp/test.fy +++ b/tmp/test.fy @@ -1,5 +1,3 @@ -my foo = 0; -say foo; -say 2 * 4.5 + 1 + gc; +my foo = [1, 2.2, "3"]; |
