Table Constructors

Table constructors are expressions that create tables; every time a constructor is evaluated, a newtable is created.Constructors can be used to create empty tables, or to create a table and initialize some of its fields.

VAR = { FIELDLIST }