chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Help with and-let* please.


From: Robin Lee Powell
Subject: Re: [Chicken-users] Help with and-let* please.
Date: Sat, 3 Feb 2007 18:16:11 -0800
User-agent: Mutt/1.5.13 (2006-08-11)

On Sat, Feb 03, 2007 at 03:42:38PM -0800, Kon Lovett wrote:
> 
>   (and-let*
>     ([(begin (display "foo.\n") #t)]
>      [(= 2 1)]
>      [(begin (display "bar.\n") #t)] )
>     (begin
>       (display "Still here.\n")))
> 
> You forgot the enclosing braces for each sub-form. ('[...]' is not  
> necessary, '(...)' is fine.)

Huh.  Dunno why I didn't try that.  Thanks!

-Robin

-- 
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/
Reason #237 To Learn Lojban: "Homonyms: Their Grate!"
Proud Supporter of the Singularity Institute - http://singinst.org/




reply via email to

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