Subject | Re: [IB-Architect] enhancement to procedure/trigger language |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2001-06-07T03:51:05Z |
>The underlying BLR has a label and leave structure thatUsually, when I ask my users such kind of question, they
>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?
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.