From cb1450b796eff3c8830616e2e9a3d83d4dfb4900 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Oct 2008 22:47:31 +0000 Subject: backdowngrade --- tmp/test.fy | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'tmp/test.fy') 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"]; -- cgit v1.2.3