Re: goto's, and loops
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Jul 29, 1999
- 521 views
Kat wrote: > Ok, what about "repeat-until" loops? repeat code here until test would be: while 1 do code here if test then exit end if end while Hope you like the one-line if statement. -- David Cuny