``` mapOf("a" to "b").getOrElse("foo") { -> "c"...
# getting-started
c
Copy code
mapOf("a" to "b").getOrElse("foo") { -> "c" }
c