delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/test_01.lua

6 lines
79 B
Lua
Raw Normal View History

2013-10-31 10:00:06 +01:00
local x = 1+2+3;
local s = "Hello World";
if (x > 2) then
print(s);
end