9 lines
81 B
Lua
9 lines
81 B
Lua
|
function oct_init()
|
||
|
|
||
|
end
|
||
|
|
||
|
function oct_loop()
|
||
|
x = 0;
|
||
|
x = x + "asdf"
|
||
|
end
|