local function leq( a, b ) -- a less than or equal to b return a < b + 0.00001 end ... Lua has no integer type, as it does not need it.
確定! 回上一頁