Re: Open Source
- Posted by don cole <doncole at ?acbe?l.net> Oct 23, 2007
- 628 views
I haven't used basic for so long. I don't know what I used goto for. But for Euphoria I would think you need new command exitAllGoto. for repeated gotos inside the loop use gosub or in our case procedure or function. logical progression --step [1]-- --step [2]-- loop a loop b loop c condition met exitAllGoto step[4] --step [3]-- --step [4]-- Don Cole