--this is a comment! whitespace does not matter --task2 p = {} function p.Kitten(frame) return "Meow" end p.Hi = function(frame) strName = frame.args.name return "Hi there " .. strName .. ".<hr>" end return p