توضیحات این پودمان می‌تواند در پودمان:Sandbox/توضیحات قرار گیرد.

local p = {}

function p.hello()
	return 'Hello, John'
end

return p