aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.skang
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 16:18:27 +1000
committerDavid Walter Seikel2014-03-27 16:18:27 +1000
commitb1dbb07748db625d504cf2de26372a3f10721e59 (patch)
tree80eaf095031bfa16c0c0f4e3019f4d6f3af6caaa /ClientHamr/GuiLua/test.skang
parentAdd an example of a C Lua module in the test_c comments. (diff)
downloadSledjHamr-b1dbb07748db625d504cf2de26372a3f10721e59.zip
SledjHamr-b1dbb07748db625d504cf2de26372a3f10721e59.tar.gz
SledjHamr-b1dbb07748db625d504cf2de26372a3f10721e59.tar.bz2
SledjHamr-b1dbb07748db625d504cf2de26372a3f10721e59.tar.xz
Lua allows hash bang after all. B-)
Diffstat (limited to '')
-rw-r--r--ClientHamr/GuiLua/test.skang2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.skang b/ClientHamr/GuiLua/test.skang
index ea53a26..f4e0b8f 100644
--- a/ClientHamr/GuiLua/test.skang
+++ b/ClientHamr/GuiLua/test.skang
@@ -1,4 +1,4 @@
1#!skang test.skang -- This is Lua, so this might not work. 1#!/usr/bin/env skang -- Lua allows this shell hack.
2 2
3-- There's an implied local this = require 'test' 3-- There's an implied local this = require 'test'
4-- There's an implied local skang = require 'skang' 4-- There's an implied local skang = require 'skang'