RosettaCodeData/Task/Conditional-structures/Maxima/conditional-structures.maxima

2 lines
56 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
if test1 then (...) elseif test2 then (...) else (...);