1 2 3 4 5 6 7 8 9 10 11
local math = {} math.dog = 1 math.sin = print math.sin("hi" + math.dog) function foo(table) table.insert() end table.insert()