模块:Example

此模块的文档可以在模块:Example/doc创建

return {
  hello = function( frame )
    return "Hello from Lua!"
  end
}