Open Konard opened 2 years ago
We can allow to return external reference number as the result of the handler, it can mean jump to N-th position of the selection.
jump to N-th position of the selection
So it will be possible to return not only Continue/Break constants, but also actual offset to jump to.
Continue
Break
We can allow to return external reference number as the result of the handler, it can mean
jump to N-th position of the selection
.So it will be possible to return not only
Continue
/Break
constants, but also actual offset to jump to.