Control Logic
- Last UpdatedOct 24, 2022
- 1 minute read
There are four types of construct for implementing control logic within a PML function or macro. These are:
-
The if construct for conditional execution of commands.
-
The do command for looping and the associated break and skip.
-
The golabel for jumping to a line with a label.
-
The handle construct for dealing with errors.