Short-circuit evaluation: Difference between revisions

m
→‎{{header|REXX}}: added whitespace.
(added Ol)
m (→‎{{header|REXX}}: added whitespace.)
Line 3,427:
 
=={{header|REXX}}==
The REXX language doesn't have native short circuits   (it's specifically mentioned in the
language specifications that short-circuiting is '''not''' supported).
<br>short-circuiting is '''not''' supported).
<lang rexx>/*REXX programs demonstrates short-circuit evaluation testing (in an IF statement).*/
parse arg LO HI . /*obtain optional arguments from he CL.*/