Message: No enclosing loop of which to EXIT
Possible error cause: EXIT is used outside of a loop.
Error correction: Use EXIT inside of a loop only.
Example of the error:
PROGRAM PLC_PRG VAR END_VAR EXIT ; --> C0132: No enclosing loop of which to EXIT