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