summaryrefslogtreecommitdiffstats
path: root/module.lua
blob: c18bb3c4c8811852886c136b3ab8a8b6e5761cc2 (plain)
1
2
3
4
5
6
7
8
9
-- module? --

require "m"
t = { name = "Ron Paul", origin = "Texas", title = "President"}
m.printDict(t)

-- don't know the parameter of getfenv --
print(m.printDict(getfenv(1)))