chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] macro question


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]