local set = {} -- empty set. Create a set with elements by setting their value to true : local set = {pear=true, plum=true} -- or initialize by adding the ...
確定! 回上一頁