On Monday 10 September 2001 09:30 pm, Dan Sugalski wrote:
> >What happens with:
> >
> >    goto FOO; { bar { FOO: foo } blah }
> >
> >Is goto responsible for figuring out it has entered bar's
> >scope and setting the VM state so that the exitscopes are
> >properly balanced?
>
> I'm not sure what we'll do in that situation. gotos into scopes might not
> be allowed.

That's how it currently is for most scopes, and it certainly saves a whole 
lot of trouble and inconsistencies.

-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to