BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
6 stars 0 forks source link

STREAM-IO throws an error #160

Open SSaulenas opened 2 months ago

SSaulenas commented 2 months ago

Example:

FOR EACH Item NO-LOCK WITH STREAM-IO:     
    DISPLAY something.
END.

image