Lua 的先驅是資料描述/組態語言「SOL」(簡單物件語言)和「DEL」(資料錄入語言)。 ... Point = {} Point.new = function(x, y) return {x = x, y = y} -- return ...
確定! 回上一頁