chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] simple macroexpand query


From: Dale Jordan
Subject: Re: [Chicken-users] simple macroexpand query
Date: Thu, 12 May 2005 10:52:14 -0700
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040904)

Greg Buchholz wrote:
    I'm trying tying to get "macroexpand" to do something useful, but I
seem to be failing, and...

I'm not familiar with macroexpand, but try the ,x command in csi.
#;> ,x (test 0)
(if (= '0 '0) 'zero 'not)

#;> (test 0)
zero

Or am I misunderstanding what you are trying to do?

Dale Jordan





reply via email to

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