open-card-table/incorrect_oct_loop.lua

9 lines
81 B
Lua

function oct_init()
end
function oct_loop()
x = 0;
x = x + "asdf"
end