Re: Fair Criticism
- Posted by Chris Bensler <bensler at telus.net> Aug 13, 2001
- 541 views
what about nesting? gotos aren't very useful without nesting. Chris Hello Kat, > Îò: Kat <gertie at PELL.NET> > Êîìó: EUforum <EUforum at topica.com> > Òåìà: Re: Fair Criticism > Äàòà: ïîíåäåëüíèê, Àâãóñò 13, 2001 08:36 > > > On 12 Aug 2001, at 21:06, Travis Beaty wrote: > > > > > Howdy y'all! > > > > 8/12/2001 8:48:27 PM, Robert Craig <rds at RapidEuphoria.com> wrote: > > > > >If you look at the C source code for Euphoria (as you'll soon > > >be able to) you'll find lots of C structures, and even (horrors!) > > >a few gotos. > > > > I believe it is entirely possible Kat has just found a mouse. > > > > Have a nice day! > > Run Mr. Craig. Fast! > > Kat, crouched............ ..... attention ..... shhhhhh... see goto in Euphoria: ---file label1.e puts(1, "label1 done\n") ---end of file ---proggy goto.ex function goto(sequence Label) return system_exec("ex.exe " & Label, 2) end function include label1.e for i=1 to 3 do if goto("label1.e") then exit end if end for ---end of file Same about gosub() and so on, idea is clear, maybe, this *new* is just well forgotten *old*, I don't know, but if you use your RAMdrive for 'labels' and for a *service copy* of ex.exe, this method must be rapid too. This is EUPHORIA language, not a pain in the whole organism and constitution. Regards, Igor Kachan kinz at peterlink.ru