summaryrefslogtreecommitdiff
path: root/examples/hello_lua2/bar.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lua2/bar.lua')
-rw-r--r--examples/hello_lua2/bar.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hello_lua2/bar.lua b/examples/hello_lua2/bar.lua
new file mode 100644
index 0000000..2b0d8dc
--- /dev/null
+++ b/examples/hello_lua2/bar.lua
@@ -0,0 +1,5 @@
+module ("bar")
+
+function get ()
+ return "bar"
+end