local p = {} -- Defines a variable p as an empty table, but *not* nil. function p.main( frame ) -- This block defines the table element p["main"] as a ...
確定! 回上一頁