Re: New keyword added: continue

new topic     » goto parent     » topic index » view thread      » older message » newer message

c.k.lester wrote:
> 

> Ah, I see how next/continue would work there, and retry. But restart-
> jumping OUT of a loop and then going back into it- looks like it might
> cause interpreter pains (memory leaks, etc.). And jumping out of the loop?
> Dunno. Maybe an interpreter modifier can speak to that.

You're probably afraid of 'exit', too.  :P

Seriously, exit is just a goto to the end of the loop.  It doesn't do any 
clean up or anything.  There isn't any needed.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu