Skip to content

Instantly share code, notes, and snippets.

@maxcampolo
Created April 1, 2016 19:26
Show Gist options
  • Save maxcampolo/be29f78630db478a5e7890823dd54c16 to your computer and use it in GitHub Desktop.
Save maxcampolo/be29f78630db478a5e7890823dd54c16 to your computer and use it in GitHub Desktop.
Call a function from within another function as a closure.
public someFunction() {
({ self.someStringVariable = "Some value" })()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment