orangy
let
val name = getNameOrNull() // : String? val length = name?.let { it.length() } // : Int? == either length of string or null if string was null