Subject | Re: [IB-Architect] enhancement to procedure/trigger language |
---|---|
Author | Nando Dessena |
Post date | 2001-06-07T09:57:39Z |
Ann,
break optionally accept a numeric parameter (default 1) to specify how
many loop levels to exit from could deliver the advantages of the
label/level model without the cumbersome syntax required.
I could live with label/leave too, I think.
Heck, I could even live with goto, my procedures are usually displayable
wholly in a single screen.
Ciao
--
____
_/\/ando
> The underlying BLR has a label and leave structure thatI think that implementing Pascal-like break (and continue), and having
> 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'.
break optionally accept a numeric parameter (default 1) to specify how
many loop levels to exit from could deliver the advantages of the
label/level model without the cumbersome syntax required.
I could live with label/leave too, I think.
Heck, I could even live with goto, my procedures are usually displayable
wholly in a single screen.
Ciao
--
____
_/\/ando