Модуль:Привет

local p = {} --p означает package (пакет)

function p.test( frame )

   return "Hello, world!"

end

return p