summaryrefslogtreecommitdiff
path: root/info/examples/Einfuehrung2/foo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/Einfuehrung2/foo.lua')
-rw-r--r--info/examples/Einfuehrung2/foo.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/info/examples/Einfuehrung2/foo.lua b/info/examples/Einfuehrung2/foo.lua
new file mode 100644
index 0000000000..5753f61bc8
--- /dev/null
+++ b/info/examples/Einfuehrung2/foo.lua
@@ -0,0 +1,5 @@
+#!/usr/bin/lua
+lines = {
+ luaH_set = 10,
+ luaH_get = 24,
+ luaH_present = 46 }