14.45 NULL Statement
The NULL statement is a ''no-op" (no operation)—it only passes control to the next statement.
Note:
The NULL statement and the BOOLEAN value NULL are not related.
Topics
Syntax
null_statement ::=
Examples
-
Example 5-29, "NULL Statement Showing No Action"
-
Example 5-30, "NULL Statement as Placeholder During Subprogram Creation"
Related Topics
