aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-28 03:34:11 +1000
committerDavid Walter Seikel2014-03-28 03:34:11 +1000
commit7ddebdbe4756f1c81f5e6a245420cc69a48fbd1b (patch)
tree6b90347acdf19db31dce40bc260ea9d5b71bbb24 /ClientHamr/GuiLua/test.lua
parentTODO++ - Should use positional and named arguments when we write the widget s... (diff)
downloadSledjHamr-7ddebdbe4756f1c81f5e6a245420cc69a48fbd1b.zip
SledjHamr-7ddebdbe4756f1c81f5e6a245420cc69a48fbd1b.tar.gz
SledjHamr-7ddebdbe4756f1c81f5e6a245420cc69a48fbd1b.tar.bz2
SledjHamr-7ddebdbe4756f1c81f5e6a245420cc69a48fbd1b.tar.xz
Shuffle the version printing around.
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index 2115098..3c2e9ab 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -49,8 +49,6 @@ local skang = require 'skang'
49local test = require 'test' 49local test = require 'test'
50local test_c = require 'test_c' 50local test_c = require 'test_c'
51 51
52print('MODULE ' .. test._NAME .. ', ' .. test.COPYRIGHT .. ' Version: ' .. test.VERSION .. '\n' .. test.VERSION_DESC .. '\n')
53
54print('foo = ' .. test.foo .. ' ->> ' .. skang.things.foo.help) 52print('foo = ' .. test.foo .. ' ->> ' .. skang.things.foo.help)
55print('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)
56test.ffunc('one', 2) 54test.ffunc('one', 2)