Content deleted Content added
default argument |
test function |
||
Line 12:
end
p.Hitchhiker = function(frame)
numberItems = frame.args.num or 42
if (numberItems == 42)
then msg = numberItems " is the answer. But what is the question?"
else msg = numberItems " is not the answer to the Ultimate Question of Life, the Universe, and Everything, please try again"
end
return msg
end
return p
|