Content deleted Content added
No edit summary |
No edit summary |
||
Line 13:
end
-- Anirudh23042003 Google Code-In, Calculations and Tests
p.temperature = function(frame)
cel = fram.args.celsius
fah = (cel*9/5) + 32
return cel .. " degress celsius is " .. fah .. " degrees Farenheit"
end
return p
|