Content deleted Content added
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 16:
p.Temperature = function(frame)
cel = tonumber(frame.args.celsius)
fah = cel * 9 / 5 + 32
if cel > 20 then
|