mauney (02/13/83)
The problem with
if <cond> then (*nothing*) else <something>
is that Berkeley's compiler (incorrectly) requires a non-null
statement in the 'then' portion. placing an empty begin-end pair
will fix the problem.
Jon Mauney