The stop Statement
The stop statement lets you stop program execution completely, depending on the value of its boolean input argument. The syntax of the stop statement is shown below.
stop bProgShouldStop // stop program if flag <> 0