Content deleted Content added
No edit summary |
No edit summary |
||
Line 18:
cel = frame.args.celsius
fah = cel * 9 / 5 + 32
return "so " .. frame.args.celsius .. " celsius is " .. fah .. " fahrenheit."
end
|
No edit summary |
No edit summary |
||
Line 18:
cel = frame.args.celsius
fah = cel * 9 / 5 + 32
return "so " .. frame.args.celsius .. " celsius is " .. fah .. " fahrenheit."
end
|