Lua | 607 lines | 426 code | 104 blank | 77 comment | 94 complexity ... 81function table.fn(t) 82 return functions.const(t) 83end 84 85-- Checks if a table ...
確定! 回上一頁