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, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index 5a5fda1..96d46e6 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -48,6 +48,8 @@ end
48-- Test it. 48-- Test it.
49local skang = require 'skang' 49local skang = require 'skang'
50local test = require 'test' 50local test = require 'test'
51
52print('foo = ' .. test.foo .. ' ->> ' .. skang.things.foo.help)
51print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.things.ffunc.help .. ' ->> ' .. skang.things.f.action) 53print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.things.ffunc.help .. ' ->> ' .. skang.things.f.action)
52test.ffunc('one', 2) 54test.ffunc('one', 2)
53--skang.things.ffunc('seven', 'aight') 55--skang.things.ffunc('seven', 'aight')