From 2d1df4714e2736dbde7855ddcd76b4c1de822fa5 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 21:58:02 +1000 Subject: Added a big bunch of example lua scripts for testing the speed of lua compiling. --- LuaSL/testLua/yueliang-0.4.1/test_lua/5.0/hello.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 LuaSL/testLua/yueliang-0.4.1/test_lua/5.0/hello.lua (limited to 'LuaSL/testLua/yueliang-0.4.1/test_lua/5.0/hello.lua') diff --git a/LuaSL/testLua/yueliang-0.4.1/test_lua/5.0/hello.lua b/LuaSL/testLua/yueliang-0.4.1/test_lua/5.0/hello.lua new file mode 100644 index 0000000..0925498 --- /dev/null +++ b/LuaSL/testLua/yueliang-0.4.1/test_lua/5.0/hello.lua @@ -0,0 +1,3 @@ +-- the first program in every language + +io.write("Hello world, from ",_VERSION,"!\n") -- cgit v1.1