Re: goto's, and loops
- Posted by Lewis Townsend <keroltarr at HOTMAIL.COM> Aug 02, 1999
- 552 views
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