Conditional structures: Difference between revisions

Content added Content deleted
(adding maxima)
m (→‎{{header|REXX}}: added a couple of SELECT-END comment labels. -- ~~~~)
Line 2,793: Line 2,793:
/*if control reaches this point and none of the WHENs */
/*if control reaches this point and none of the WHENs */
/*were satisfiied, a SYNTAX condition is raised (error).*/
/*were satisfiied, a SYNTAX condition is raised (error).*/
end</lang>
end /*select*/</lang>
===SELECT--WHEN/OTHERWISE===
===SELECT--WHEN/OTHERWISE===
<lang rexx> select
<lang rexx> select
Line 2,808: Line 2,808:
say
say
exit 13
exit 13
end</lang>
end /*select*/</lang>


=={{header|Rhope}}==
=={{header|Rhope}}==