ferrite-lua/examples/test.lua
2026-03-14 23:19:01 +02:00

6 lines
71 B
Lua

function add(x)
return x
end
global d = add(5)
global c = print(d)