MapleTA[Builtin]
if
select a result given a condition
Calling Sequence
Parameters
Description
Examples
Compatibility
if(condition, trueresult, falseresult)
condition
-
boolean expression
trueresult
anything
falseresult
The if command tests the given condition and returns trueresult if condition is true or nonzero. Otherwise falseresult is returned.
Note, because if is a recognized keyword in maple, it must be used with backwards-single-quotes around it.
MapleTA:-Builtin:-`if`⁡1<2,Red,Blue
Red
The MapleTA[Builtin][if] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
Download Help Document