diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-14 22:05:16 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-14 22:05:16 +0000 |
| commit | a35ace22b374005c65bda8302761d24f75280170 (patch) | |
| tree | 87cdb9344b9c28fb6dd46cf7ea9d18325e18ec32 /tmp/test.fy | |
| parent | c25ba0d8ee9e4e6a0432fba2e8606c7e0a35d1cd (diff) | |
run astyle
still lots of debugging to do.
Diffstat (limited to 'tmp/test.fy')
| -rw-r--r-- | tmp/test.fy | 10 |
1 files changed, 9 insertions, 1 deletions
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; |
