5 lines
52 B
Lua
5 lines
52 B
Lua
|
function oct_init()
|
||
|
x = 0;
|
||
|
x = x + "asdf"
|
||
|
end
|