aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 16:18:47 +1000
committerDavid Walter Seikel2014-03-27 16:18:47 +1000
commit34e349efe3935c1f73f82b2a9fd31383c0d2260d (patch)
tree3fd302df9b0996a2216f36953d403a8954288dc8
parentLua allows hash bang after all. B-) (diff)
downloadSledjHamr-34e349efe3935c1f73f82b2a9fd31383c0d2260d.zip
SledjHamr-34e349efe3935c1f73f82b2a9fd31383c0d2260d.tar.gz
SledjHamr-34e349efe3935c1f73f82b2a9fd31383c0d2260d.tar.bz2
SledjHamr-34e349efe3935c1f73f82b2a9fd31383c0d2260d.tar.xz
Print Lua version on skang load.
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index ed060e8..791f79b 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -148,7 +148,7 @@ end
148 148
149-- Call this now so that from now on, this is like any other module. 149-- Call this now so that from now on, this is like any other module.
150local _M = moduleBegin('skang', 'David Seikel', 'Copyright 2014 David Seikel', '0.1', '2014-03-27 02:57:00') 150local _M = moduleBegin('skang', 'David Seikel', 'Copyright 2014 David Seikel', '0.1', '2014-03-27 02:57:00')
151 151print('Skang loaded, running under Lua version ' .. _VERSION)
152 152
153-- My clever boolean check, this is the third language I've written this in. B-) 153-- My clever boolean check, this is the third language I've written this in. B-)
154-- true 1 yes ack ok one positive absolutely affirmative 'ah ha' 'shit yeah' 'why not' 154-- true 1 yes ack ok one positive absolutely affirmative 'ah ha' 'shit yeah' 'why not'