Spotlight archive

Guess the language.

Three lines, six guesses.

MODESpotlight0/6
Spotlight · ?.??
1val email = user?.email
2 ?.takeIf { it.isNotBlank() }
3 ?.let { it.lowercase() }
Keep going