Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created September 16, 2022 05:44
Show Gist options
  • Save s1monw1/aa1c0cb38a632fe3ed7da801dc076467 to your computer and use it in GitHub Desktop.
Save s1monw1/aa1c0cb38a632fe3ed7da801dc076467 to your computer and use it in GitHub Desktop.
val len = text?.run {
println("get length of $this")
length // `this.` can be omitted
} ?: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment