BalticAmadeus / AblFormatter

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

'Do transaction while' statement causes an error #157

Open SSaulenas opened 2 months ago

SSaulenas commented 2 months ago

Example:

        do transaction while something:get-next():
            something:buffer-copy(something).
        end.

image

but this is fine: image