Arithmetic evaluation/REXX: Difference between revisions

Content added Content deleted
m (Avoid miscounting task entries twice)
(corrected a misspelling of the REXX language (to the correct/official computer programming language name).)
 
Line 2: Line 2:
but this version contains considerably more whitespace, and some REXX statements have more commentation.
but this version contains considerably more whitespace, and some REXX statements have more commentation.


<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[Rexx]]</span><hr>
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[REXX]]</span><hr>
<lang rexx>/*REXX pgm evaluates an infix-type arithmetic expression & shows result.*/
<lang rexx>/*REXX pgm evaluates an infix-type arithmetic expression & shows result.*/