else


Description:

[undefined]

Usage:

else

Arguments:

None.

Specifics:

An error will occur if there is more than one else command for any given if block. There can be any number of elseif type commands in the if block, but they must all preceed the else command.
An error will also occur if this command appears outside of any if block.

See Also: