Example Property Lines

     stringproperty { "a string value" "a second string value" }
     intproperty { 42 }
     floatproperty { 42.0 43.0 }
     booleanproperty { True }
     intproperty_with_enumeration { "a name from the enumeration" 42 }