Temperature conversion: Difference between revisions

Content added Content deleted
imported>Lacika7
mNo edit summary
(→‎{{header|REXX}}: correct a typo (s n -> sn))
Line 3,925: Line 3,925:
if \all then do /*is there is a TO ααα scale? */
if \all then do /*is there is a TO ααα scale? */
call name ! /*process the TO abbreviation. */
call name ! /*process the TO abbreviation. */
!= s n /*assign the full name to ! */
!= sn /*assign the full name to ! */
end /*!: now contains temperature full name*/
end /*!: now contains temperature full name*/
call name u /*allow alternate scale (miss)spellings*/
call name u /*allow alternate scale (miss)spellings*/