1504¶
“’<name>’ (‘<number>’): Statement may not be executed due to the evaluation of the logical expression”\
Eventually not all branches of the logic expression will be executed.
Example:
IF a AND funct(TRUE) THEN ….
If a is FALSE then funct will not be called.