Temperature conversion/REXX: Difference between revisions

m
→‎{{header|REXX}}: changed a comment.
m (→‎{{header|REXX}}: added another temperature scale, addec/changed comments and whitespace, made other miscellaneous changes.)
m (→‎{{header|REXX}}: changed a comment.)
Line 28:
 
call e /*let's see the precision we can use. */
numeric digits length(e) - 1 /*big digits for Planck & DaltonsDalton scale.*/
/*subtract one for the decimal point.*/
parse arg tList /*get the specified temperature lists. */