MarkusAmshove / natls

Language Server implementation for the Natural 4GL programming language
MIT License
13 stars 3 forks source link

BREAK should be part of condition #392

Closed Claes65 closed 1 year ago

Claes65 commented 1 year ago

...and not seen as a special IF statement, as this is legal:

IF BREAK OF FIELD1 AND NOT BREAK OF FIELD2 ... END-IF

Claes65 commented 1 year ago

@MarkusAmshove pls assign this to me. :)

Claes65 commented 1 year ago

393