Re: goto's, and loops
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
|
Not Categorized, Please Help
|
|