Re: Euphoria For Loop Question

new topic     » goto parent     » topic index » view thread      » older message » newer message
andreasWagner said...

Maybe, according to the documtation, more like this

atom endofdays=0 
loop do 
    -- something useful  
    until endofdays 
end loop 

I haven't tested it, but I expect until 0 would be fine. Just so you know, Phix does not have the loop keyword, but also allows

do 
   ... 
until false 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu