0 Members and 1 Guest are viewing this topic.
Was the issue directly reported to TI?
You know that it isn't always to our advantage.
function foo(...) return ...end
I found another problem.I noticed that we can't use functions like that : function foo(...) return unpack(arg) end.Maybe that's because of the Lua version...