Damien Neil: # "RETURN(0);" (written exactly like that, no variation permitted) # is a special case, and terminates the runops loop. The only op # which uses this is "end", and it doesn't actually ever execute. # Personally, I feel that this special case should be removed. We should probably just check if the thing returned 0 and exit runops if that's the case. This will also protect us against utter stupidity like: FOO: jump FOO which wouldn't be a bad thing to protect against. --Brent Dax [EMAIL PROTECTED] They *will* pay for what they've done.
- question about branching/returning Dave Storrs
- RE: question about branching/returning Gibbs Tanton - tgibbs
- RE: question about branching/returning Dave Storrs
- RE: question about branching/returning Gibbs Tanton - tgibbs
- Re: question about branching/returning Simon Cozens
- Re: question about branching/returning Dave Storrs
- Re: question about branching/returning Simon Cozens
- RE: question about branching/returning Gibbs Tanton - tgibbs
- Re: question about branching/returning Michael L Maraist
- Re: question about branching/returning Damien Neil
- Re: question about branching/returning Brent Dax
- Re: question about branching/returning Damien Neil
- Re: question about branching/returning Gregor N. Purdy
- Re: question about branching/returning Dan Sugalski
- RE: question about branching/returning Michael Maraist