diff options
author | Rich Hickey <richhickey@gmail.com> | 2006-04-29 15:01:58 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2006-04-29 15:01:58 +0000 |
commit | 8e01cb19d1f2ed95b88c040457a622325dedc158 (patch) | |
tree | 7a6fa1d2c2229d44cd41afbb74646ccd3af6b001 /src/lisp/test.lisp | |
parent | 5fe51069a1c0f1bdbd61f0e5dcf9021f0a89da25 (diff) |
interim checkin
Diffstat (limited to 'src/lisp/test.lisp')
-rw-r--r-- | src/lisp/test.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp index b653e49c..40d45822 100644 --- a/src/lisp/test.lisp +++ b/src/lisp/test.lisp @@ -19,4 +19,10 @@ (defn fk (x) (:foo x)) +(defn fl (a b c) + (let ((d b) + d)) + (let ((e c) + e))) + (defn fr (a b & c) c)
\ No newline at end of file |