5 lines
58 B
Lua
5 lines
58 B
Lua
function test()
|
|
return 5
|
|
end
|
|
|
|
global c = print(test()) |
function test()
|
|
return 5
|
|
end
|
|
|
|
global c = print(test()) |