From a35ace22b374005c65bda8302761d24f75280170 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Oct 2008 22:05:16 +0000 Subject: run astyle still lots of debugging to do. --- tmp/test.fy | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tmp/test.fy') diff --git a/tmp/test.fy b/tmp/test.fy index adb8384..da59a2a 100644 --- a/tmp/test.fy +++ b/tmp/test.fy @@ -1,4 +1,12 @@ +my foo = 1; + +if 1 { + say foo; +} + +say 1 + 1; + #my foo = [1 2 3]; # Prints num of elements in foo @@ -15,4 +23,4 @@ # Prints "1 3 5 6\n" #say [1 3 5 6]; -my foo = 2 * 3 + 1.2; +#my foo = 2 * 3 + 1.2; -- cgit v1.2.3