LUA-Cpp/test.lua
OusmBlueNinja 35781322ed Started
2025-05-19 14:31:59 -05:00

12 lines
97 B
Lua

local numberVariable = 0
local function test()
print(numberVariable .. ";")
end
test()