t=newTable("Table1") # Create a new table with the default number of rows and columns print t t = newTable("MyTable",5,3) # Create a new table with 5 rows ...
確定! 回上一頁