Re: proposal: state machine syntax also usable for continue / nested break
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: proposal: state machine syntax also usable for continue / nested break
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2011年1月28日 15:25:35 -0200
> To my eye that sort of thing is even harder to read and more evil than
> an honest goto, plus I don't believe it will work in all cases --- I
> don't think that forward jumps across targets of backward jumps can be
> done with this idiom.
It cannot.
-- Roberto