Documentation for this module may be created at Module:LearningLua/doc
local MyAge = 99 local MyName = "Hank" print(MyAge) print(MyName)