glua language
#
模块
可以使用require '模块名称'来加载模块,比如
let math = require 'math' -- math变量的值是math模块的对象