Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created July 18, 2018 10:47
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/dc424bd4bc992348bc774682c5b9b42c to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/dc424bd4bc992348bc774682c5b9b42c to your computer and use it in GitHub Desktop.
fun test() {
var mood = "I am sad"
run {
val mood = "I am happy"
println(mood) // I am happy
}
println(mood) // I am sad
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment