Re: Goto (Was Re: Open Source)
- Posted by Chris Bensler <eu at c?eativeportal?ca> Oct 29, 2007
- 880 views
CChris wrote: > > c.k.lester wrote: > > > > CChris wrote: > > > > > > loop do > > > -- some code > > > until some_condition > > > end loop > > > > The "end loop" is redundant, isn't it? > > Sure, but in keeping with all other Euphoria code block syntactic markers. > > CChris why not the following?
until CONDITION do BLOCK end until