Summary -
In this topic, we described about the EXIT Statement with detailed example.
The EXIT statement provides end-point for a procedure/paragraph. The EXIT statement is considered as a CONTINUE statement.
Any statements after the EXIT statement are executed without ignoring. The EXIT statement allows to assign a procedure-name to a given point in a program.
Syntax -
