Re: Kat's goto
- Posted by Kat <gertie at PELL.NET> Feb 07, 2002
- 447 views
On 7 Feb 2002, at 10:34, kbochert at ix.netcom.com wrote: > > Hi David Cuny, you wrote on 2/7/02 1:25:33 AM: > > >My issues with the GOTO are purely a matter of implemention. The basic > >idea > >behind coding the goto is fairly simple. You have a table that holds the > >position of the goto. > > Euphoria's source code has a symbol table that can be used fairly > easily. Instead of a table of goto's, you have a series of symbols > that are linked to the label symbol. > > > > >So, on a conceptual basis, implementing GOTO is fairly easy. The issue is > >whether the language itself will support it. > >... > > There may be design issues in Euphoria which make it next to > >impossible to implement a GOTO. > > There could have been but there apperently aren't. (I seem to have > it working). It is easy to implement both conceptually and > practically. Great!!!!!!!!!!!!!!!!!!!!!!!! ) Kat, blissful