Re: For loops

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matt Lewis wrote:
> 
> I think that there's a legitimate place for something like the C-style 
> for-loop.  It gives us a fairly well structured while loop that I think
> makes for clearer code, since the mechanics of the loop are declared 
> before hand, but you have much greater freedom in choosing your method
> of iteration and termination.

Would this be too far outside Euphoric philosophy:

for( x, x+1, x < 10)
-- ...
end for


new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu