Arithmetic evaluation/REXX: Difference between revisions

m
Avoid miscounting task entries twice
(added a REXX version (of the same program) with much more whitespace and more commentation.)
 
m (Avoid miscounting task entries twice)
Line 2:
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>
=={{header|REXX}}==
<lang rexx>/*REXX pgm evaluates an infix-type arithmetic expression & shows result.*/
 
10,327

edits