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

5 lines
58 B
Lua

function test()
return 5
end
global c = print(test())