Re: goto's, and loops
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 08, 1999
- 536 views
>> If I remember right the only place to use a goto would be in an error >>trapping routine where you would not want the routine to return back to >>the next line after the error but instead break out and give an user >>error then quit. Other than that I cannot think of any structured modern >>day You don't need a goto for the above just print the error and use the Euphoria abort. Bernie