Price fraction: Difference between revisions

m
→‎{{header|REXX}}: changed the first comment.
m (→‎version 1: added a comment, changed whitespace, used a different output template, split a compound statement.)
m (→‎{{header|REXX}}: changed the first comment.)
Line 2,998:
=={{header|REXX}}==
===version 1===
<lang rexx>/*REXX program re─scales a (decimal fraction) price (in the range of: ( 0.99¢ ──► $1.00). */
pad= ' ' /*for inserting spaces into a message. */
do j=0 to 1 by .01 /*process the prices from 0¢ to ≤ $1 */