Arithmetic evaluation/REXX: Difference between revisions

corrected a misspelling of the REXX language (to the correct/official computer programming language name).
(added a REXX version (of the same program) with much more whitespace and more commentation.)
 
(corrected a misspelling of the REXX language (to the correct/official computer programming language name).)
 
(One intermediate revision by one other user not shown)
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.*/