|
| From: | Peter Keller |
| Subject: | Re: [Chicken-users] macro question |
| Date: | Thu, 12 Sep 2002 22:13:55 -0500 |
| User-agent: | Mutt/1.2i |
Please note the correction to the macro.
> (define-syntax testcase
> (syntax-rules ()
> ((testcase clauses ...)
> (let ((d 42))
> (cond ((not (and (begin clauses ...)))
(cond ((not (and clauses ...))
> (print d)))))))
Thanks.
-pete
| [Prev in Thread] | Current Thread | [Next in Thread] |