1defaults { 2 key = "val"; 3 foo = "bar"; 4 many = "values here"; 5} 6mything { 7 key = "newval"; 8 foo = "bar"; 9 many = "values here"; 10} 11 12