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