Content deleted Content added
No edit summary |
No edit summary |
||
Line 15:
num = frame.args.number or 42
if (num == 42)
then msg = num .. " is the answer. But what is the question?.<br>"
else msg = num .. " is not the answer to the Ultimate Question of Life, the Universe, and Everything, please try again.<br>"
end
return msg
|