Re: goto's, and loops

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

Hello,

Kat wrote:

>Ok, what
>about "repeat-until" loops? I didn't see them in Euphoria either. It's a
>"while-do" loop with the test at the end instead of the beginning.

Here is Euphoria's repeat-until loop

while not <expression> do
end while

Isn't it nice that a single construct can be used
for more than 1 job.  I always thought that BASIC's
do_until loop was redundant.

later,
Lewis Townsend


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu