Conditional structures: Difference between revisions

Content added Content deleted
m (→‎{{header|Retro}}: update for retro-11.0)
m (→‎when: oops; forgot a tag)
Line 2,375: Line 2,375:
[ 2 = ] [ drop ( if quote evaluates to true ) ] when
[ 2 = ] [ drop ( if quote evaluates to true ) ] when
[ 3 = ] [ drop ( if quote evaluates to true ) ] when
[ 3 = ] [ drop ( if quote evaluates to true ) ] when
drop ( default action ) ;
drop ( default action ) ;</lang>


=={{header|REXX}}==
=={{header|REXX}}==
Line 2,406: Line 2,406:
else if z<0 then z=-y
else if z<0 then z=-y
</lang>
</lang>

===SELECT WHEN===
===SELECT WHEN===
<lang rexx>
<lang rexx>