aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index 9de7082..4ddbc1d 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -27,7 +27,7 @@ this.func(1, 'two')
27print('code') 27print('code')
28 28
29-- A variable that is private to this module. 29-- A variable that is private to this module.
30local fool 30local fool = 22
31 31
32-- TODO - Could have a table of tables, and ipair through the top level, passing the inner ones to skang.thingasm{}. 32-- TODO - Could have a table of tables, and ipair through the top level, passing the inner ones to skang.thingasm{}.
33 33