From d527f50159f056dc165fa7eaf7bf80425a1e758d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Oct 2008 20:38:27 +0000 Subject: GC removed, temporaly --- tmp/test.fy | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmp/test.fy') diff --git a/tmp/test.fy b/tmp/test.fy index 7e030a5..adb8384 100644 --- a/tmp/test.fy +++ b/tmp/test.fy @@ -1,12 +1,18 @@ #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; -- cgit v1.2.3