summaryrefslogtreecommitdiffstats
path: root/module.lua
diff options
context:
space:
mode:
Diffstat (limited to 'module.lua')
-rw-r--r--module.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/module.lua b/module.lua
new file mode 100644
index 0000000..c18bb3c
--- /dev/null
+++ b/module.lua
@@ -0,0 +1,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)))
+