Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created May 26, 2018 16:45
Show Gist options
  • Save sajjadyousefnia/8e7b50c52effb139a86280e5177ee975 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/8e7b50c52effb139a86280e5177ee975 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