I think the addition of implicit control flow actually removes the need to use a *goto
or *finish
, which might help you if you’re using *fake_choice
just to get around that limitation. Additionally, I think there are limitations in nesting *fake_choice
s that aren’t present when you use *choice
, so that’s also something to consider.
5 Likes