RosettaCodeData/Task/Temperature-conversion/Min/temperature-conversion.min

7 lines
145 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(
((float) (273.15 -) (9 5 / * 459.67 -) (9 5 / *)) cleave
() 'cons 4 times "K $1\nC $2\nF $3\nR $4" swap % puts!
) :convert
21 convert