From b16caaa631ac8143c021c99fb16ce96cf69ead91 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 May 2010 09:43:11 +0000 Subject: --- test.fype | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'test.fype') diff --git a/test.fype b/test.fype index e5fb86c..0251e06 100644 --- a/test.fype +++ b/test.fype @@ -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: + +*# -- cgit v1.2.3