Macaulay2 » Documentation
Packages » Macaulay2Doc :: then
next | previous | forward | backward | up | index | toc

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.