Content deleted Content added
.. |
argh |
||
Line 13:
p.Hitchhiker = function(frame)
if (tonumber(num) == 42)
else msg = num .. " is not the answer to the Ultimate Question of Life, the Universe, and Everything, please try again"
end
return msg
|