Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created May 31, 2018 16:32
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 sajjadyousefnia/43838b3dab849f4d5a4ed15599d415f7 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/43838b3dab849f4d5a4ed15599d415f7 to your computer and use it in GitHub Desktop.
val message = { myString: String -> println(myString) }
message("I love Kotlin") // "I love Kotlin"
message("How far?") // "How far?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment