Skip to content

Instantly share code, notes, and snippets.

@zmcartor
Created October 19, 2016 15:23
Show Gist options
  • Save zmcartor/0b110b8c945013a2b9c2bde02fd282b4 to your computer and use it in GitHub Desktop.
Save zmcartor/0b110b8c945013a2b9c2bde02fd282b4 to your computer and use it in GitHub Desktop.
Nested Closures
hello() { name in
... some code ...
anotherMethod { anotherThing in
.. I'm nested in two closures
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment