NULL v15
The simplest statement is the NULL
statement. This statement is an executable statement that does nothing.
The following is the simplest possible valid SPL program:
The NULL
statement can act as a placeholder where an executable statement is required such as in a branch of an IF-THEN-ELSE
statement. For example: