RosettaCodeData/Task/Conditional-structures/Maxima/conditional-structures.maxima
2023-07-01 13:44:08 -04:00

1 line
56 B
Text

if test1 then (...) elseif test2 then (...) else (...);