Skip to content

Instantly share code, notes, and snippets.

@teivah
Last active October 31, 2018 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/41dfa5abfaa7f994ac59507a3c355f70 to your computer and use it in GitHub Desktop.
Save teivah/41dfa5abfaa7f994ac59507a3c355f70 to your computer and use it in GitHub Desktop.
println(7) // Prints 7
println {
val i = 5
i + 2
} // Prints 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment