diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-18 22:47:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-18 22:47:31 +0000 |
| commit | cb1450b796eff3c8830616e2e9a3d83d4dfb4900 (patch) | |
| tree | 1ed2b992f9b082cf82913abeaff8c208ecab67dd /tmp/test.fy | |
| parent | a35ace22b374005c65bda8302761d24f75280170 (diff) | |
backdowngrade
Diffstat (limited to 'tmp/test.fy')
| -rw-r--r-- | tmp/test.fy | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/tmp/test.fy b/tmp/test.fy index da59a2a..afe2cec 100644 --- a/tmp/test.fy +++ b/tmp/test.fy @@ -1,26 +1,3 @@ -my foo = 1; -if 1 { - say foo; -} - -say 1 + 1; - - -#my foo = [1 2 3]; -# Prints num of elements in foo -#assert "TT_INTEGER" == type say integer foo; - -#my bar = [1 2 3]; -# Prints num of elements in bar -#assert "TT_DOUBLE" == type say double bar; - -#my baz = [1 2 3]; -# Prints num of elements in baz -#assert "TT_STRING" == type say string baz; - -# Prints "1 3 5 6\n" -#say [1 3 5 6]; - -#my foo = 2 * 3 + 1.2; +my foo = [1, 2.2, "3"]; |
