diff options
| author | Paul Buetow <paul@buetow.org> | 2010-05-09 09:43:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-05-09 09:43:11 +0000 |
| commit | b16caaa631ac8143c021c99fb16ce96cf69ead91 (patch) | |
| tree | c07690651871a929583fb858360a72f20c3e1a1e /test.fype | |
| parent | 38fee5e1e07acb428eba8974483bcdf262dcd89d (diff) | |
Diffstat (limited to 'test.fype')
| -rw-r--r-- | test.fype | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -1,13 +1,5 @@ -(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) +#* +Lambda Fype Syntax: + +*# |
