ND_ParamDefArr_K01 = { { Name = list_integers Type = integer Enum = { -100, -50, 45, 2003, 500 } }, { Name = anything Type = string // NO DEFAULT (this is a comment) // No set value (this is a comment) }, { Name = cars Type = string // NO DEFAULT (this is a comment) Enum = { 'Ferrari', 'Porsche', 'Toyota', 'Ford' } }, { Name = stores Type = string // NO DEFAULT (this is a comment) Enum = { 'Gap', 'Old Navy', 'Banana Republic' } }, { Name = Watches Type = string // NO DEFAULT (this is a comment) Enum = { 'Tag', 'Rolex', 'Omega', 'Swatch' } }, { Name = clothes Type = string // NO DEFAULT (this is a comment) Enum = { 'pants', 'shirts', 'socks' } }, { Name = letters Type = string // NO DEFAULT (this is a comment) Enum = { 'A', 'B', 'C', 'D', 'E' } }, { Name = fabrics Type = string // NO DEFAULT (this is a comment) Enum = { 'cotton', 'wool', 'silk' } }, { Name = food Type = string // NO DEFAULT (this is a comment) Enum = { 'bread', 'vegetables', 'meat' } }, { Name = My_Int Type = integer Default = 0//*this is a comment* Range = ( 0, ) // only minimum (excl.) set ! }, { Name = My_Real Type = real Default = 1.0 Range = [ -0.001 , 10. ) // incl. min, excl. max ! } }