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

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.