Arithmetic evaluation: Difference between revisions

m
→‎{{header|REXX}}: added a comment to point (link) for the expanded (with whitepace) REXX program.
m (→‎{{header|REXX}}: elided replicated IF statement.)
m (→‎{{header|REXX}}: added a comment to point (link) for the expanded (with whitepace) REXX program.)
Line 3,961:
end /*Nj*/
return $ /*reached end-of-tokens, return $*/</lang>
To view a version of the above REXX program, see this version which has much more whitespace: &nbsp; ──► &nbsp; [[Arithmetic_evaluation#REXX]}. <br>
<br>
 
'''output''' when using the input of: &nbsp; <tt> + 1+2.0-003e-00*[4/6] </tt>
<pre>