Subject Re: [IB-Architect] enhancement to procedure/trigger language
Author Dimitry Sibiryakov
>The underlying BLR has a label and leave structure that
>allows the code to break out of specific loop levels.
>What should we use for language? One suggestion is to
>emulate the label/leave model. Another is to use the
>C/Delphi style 'break'.
>
>Thoughts?

Usually, when I ask my users such kind of question, they
answer: "make them both".
I think, "break" is a good feature and it allows avoid "goto"
in most cases. But "goto" gives more powerful execution control.
Probably, that is my opinion because I am a Delphi programmer.
So, my twopenny is: "Make them both and let people use
what they like."

SY, Dmitri.