next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
else
else -- condition testing
Description
else
a keyword used with
if
.
i1 : if 4 > 5 then 8 else 7 o1 = 7
See also
if
-- condition testing
then
-- condition testing
For the programmer
The object
else
is
a
keyword
.