haesemaths

Results 1 comments of haesemaths

Sorry, when I was testing them I was internally using a return statement I forgot to include in the code. Try: ``` lua function f(a,b,c,d) print(a,b,c,d) end return f({setmetatable({},{})},0,1) ```