-
Couldn't load subscription status.
- Fork 25
Closed
Labels
CobolEnhancementUser VisibleVisible by the end user. Useful to priorize issueVisible by the end user. Useful to priorize issuegood first issue
Milestone
Description
Is your feature request related to a problem? Please describe.
New diagnostic : "STOP RUN" or "GOBACK" should be the last statement o
If a stop run or goback statement is encountered, then it must be the last statement of the paragraph/section.
Generate an error if it's not the case.
Cobol example:
INIT.
*Ok
goback
.
INIT2.
*Ko
goback
display "Hello"
.Metadata
Metadata
Assignees
Labels
CobolEnhancementUser VisibleVisible by the end user. Useful to priorize issueVisible by the end user. Useful to priorize issuegood first issue