irus
apply
also
val child2 = createChild("child2").also { cd2 -> // without ? println("child2 lookup = ${cd2?.lookup()}") }