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/hello2.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sandbox/hello2.lua (limited to 'sandbox/hello2.lua') diff --git a/sandbox/hello2.lua b/sandbox/hello2.lua new file mode 100644 index 0000000..bcbc1e0 --- /dev/null +++ b/sandbox/hello2.lua @@ -0,0 +1,7 @@ +local a = 1; +local b = 2; +print(a, b); + +function c(a, b) + return a + b +end \ No newline at end of file -- cgit v1.2.3-54-g00ecf