Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created September 16, 2022 05:46
Show Gist options
  • Save s1monw1/0dcfd066fad61c5bf1190e64e0baa8da to your computer and use it in GitHub Desktop.
Save s1monw1/0dcfd066fad61c5bf1190e64e0baa8da to your computer and use it in GitHub Desktop.
val s = createString { // here we're in the context of a StringBuilder
append(4)
append("hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment