From bad73671ca959f292becb8c68b73a14380aeeb56 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 2 Feb 2017 14:27:05 +0100 Subject: readFunction, readCode, readString, readInstruction --- sandbox/hello.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sandbox/hello.lua (limited to 'sandbox/hello.lua') diff --git a/sandbox/hello.lua b/sandbox/hello.lua new file mode 100644 index 0000000..b2bf135 --- /dev/null +++ b/sandbox/hello.lua @@ -0,0 +1,2 @@ +local hello = "Hello" +print (hello.." World!") -- cgit v1.2.3-54-g00ecf