(else ...)
Else is not a distinct and separate procedure. It is an element that is found in certain other procedures, where it is the last of a number of clauses. Think of it as the "last resort" clause: if none of the other clauses have satisfied the requirements of the procedure, this is used instead. Like "then", it is not part of an if procedure explicitly, but a similar usage is built into the syntax.