next | previous | forward | backward | up | top | index | toc | home

else -- condition testing

Description

else a keyword used with if.
i1 : if 4 > 5 then 8 else 7

o1 = 7

See also

For the programmer

The object else is a keyword.