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.

Reply via email to