From 34e349efe3935c1f73f82b2a9fd31383c0d2260d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 27 Mar 2014 16:18:47 +1000 Subject: Print Lua version on skang load. --- ClientHamr/GuiLua/skang.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- Call this now so that from now on, this is like any other module. local _M = moduleBegin('skang', 'David Seikel', 'Copyright 2014 David Seikel', '0.1', '2014-03-27 02:57:00') - +print('Skang loaded, running under Lua version ' .. _VERSION) -- My clever boolean check, this is the third language I've written this in. B-) -- true 1 yes ack ok one positive absolutely affirmative 'ah ha' 'shit yeah' 'why not' -- cgit v1.1