Contents Up << >>
Null statements
The null statement does nothing. It is particularly useful in case statements,
since every case must be covered. For example, if it is only necessary to do
something for a few values of the case expression, then the null statement can
be used in conjunction with the OTHERS choice to specify that nothing should
be done for all other values. The grammar rule for the null statement is: