diff options
Diffstat (limited to 'test.fype')
| -rw-r--r-- | test.fype | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1,13 +0,0 @@ -(def (test a) - (def (test2 a2) - (def (test3 a3) - (BEEP)) - (test3 a2)) - (def foo bar) - (def (barrr) foo) - (def (barr) (foo baz)) - (def (bar x) (foo baz)) - (test2 a)) -(test (foo bar baz)) -(say "hello world" 1.2) - |
