mvbasic icon indicating copy to clipboard operation
mvbasic copied to clipboard

[BUG] linter does not recognize FOR - EACH - NEXT Constructs

Open Larrylaswell opened this issue 4 years ago • 1 comments

OpenQMx64 3_4_19 VSCODE 1.46.1 Date 2020-06-17 Windows NTx64 10.0.18363 MV Basic / MV Extentions 2.08

To reproduce enter the following code:

FOR EACH name IN list Display name NEXT name

The linter flags the NEXT statement as an error. It look like it was expecting a

FOR I = 1 TO 10 . . . . NEXT I

Works

Larrylaswell avatar Jun 29 '20 01:06 Larrylaswell