mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
6 lines
79 B
Lua
6 lines
79 B
Lua
local x = 1+2+3;
|
|
local s = "Hello World";
|
|
if (x > 2) then
|
|
print(s);
|
|
end
|