Re: continue statement
- Posted by Kat <gertie at PELL.NET> Jun 23, 2000
- 466 views
On 22 Jun 2000, at 11:03, Cuny, David@DSS wrote: > Brian Broker wrote: > > > I think you'd have to come up with > > something more complex to convince me > > that this is really useful. > > I've had quite a few situations where a continue would be nice. It can be > emulated, but that results in a loss of code clarity. It's been on my wish > list for some time. I still say a goto command would cure that. It's an intrinsic "exit loop", "bypass codeblock", "terminate process", etc.. And since it will be in the C code generated by the Eu-compiler, i still see no reason to not have a goto in the Eu interpreted code language. Kat