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

then -- condition testing

Description

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

o1 = 8

See also

For the programmer

The object then is a keyword.