Temperature conversion: Difference between revisions

m
→‎{{header|REXX}}: added an alternate word for Celcius. -- ~~~~
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
m (→‎{{header|REXX}}: added an alternate word for Celcius. -- ~~~~)
Line 239:
This REXX version supports:
* (alternate spellings with optional   ''degrees''):
** Centingrade, centesimal, Celsius, Celcius
** Fahrenheit
** Kelvin
Line 271:
select /*convert ───◄ common temperature*/
when abbrev('CENTIGRADE', uU) |,
abbrev('CENTESIMAL', uU) |,
abbrev('CELSIUS' , uU) |,
abbrev('CELCIUS' , uU) then F = n * 1.8 + 32