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

Re: [plt-scheme] Return from do



pocm@rnl.ist.utl.pt (Paulo J. Matos) writes:

> Hi all,
> 
> How can I get out of do before iteration ends?
> In CL I use return and return-from, how can I do it in PLT
> Scheme?
> 
> Best regards,
> -- 

Remembering my Scheme days: I usually used named-let for more
complicated loops.

Nicolas.