9 lines
109 B
Lua
9 lines
109 B
Lua
-- Lua test file
|
|
|
|
function ithecolors( c )
|
|
a = 5
|
|
b = 7
|
|
io.write("some shit from lua\n")
|
|
end
|
|
|
|
ithecolors()
|