proleap-cobol-parser icon indicating copy to clipboard operation
proleap-cobol-parser copied to clipboard

REPLACE with new line before dot

Open albertolovato opened this issue 6 years ago • 0 comments

The following code (new line before dot) causes error java.lang.RuntimeException: syntax error in line 10:11 extraneous input 'ADD' expecting {BY, NEWLINE}

`

       REPLACE ==ADD 1== BY ==ADD 3==
       .
       ADD 1 TO x.

`

albertolovato avatar Mar 09 '18 18:03 albertolovato