summaryrefslogtreecommitdiff
path: root/test.fype
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-05-09 09:43:11 +0000
committerPaul Buetow <paul@buetow.org>2010-05-09 09:43:11 +0000
commitb16caaa631ac8143c021c99fb16ce96cf69ead91 (patch)
treec07690651871a929583fb858360a72f20c3e1a1e /test.fype
parent38fee5e1e07acb428eba8974483bcdf262dcd89d (diff)
Diffstat (limited to 'test.fype')
-rw-r--r--test.fype16
1 files changed, 4 insertions, 12 deletions
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:
+
+*#