LUA-Cpp/test.lua

12 lines
97 B
Lua
Raw Normal View History

2025-05-19 19:31:59 +00:00
local numberVariable = 0
local function test()
print(numberVariable .. ";")
end
test()