delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/test_01.lua
2013-10-31 09:00:06 +00:00

6 lines
79 B
Lua

local x = 1+2+3;
local s = "Hello World";
if (x > 2) then
print(s);
end