This is a Lua comment local n = 8 local t = {} -- t is a Lua table -- Define a function function cube (x) return x^3 end -- Fill t with the n first cubes ...
確定! 回上一頁