Created
October 19, 2016 15:23
-
-
Save zmcartor/0b110b8c945013a2b9c2bde02fd282b4 to your computer and use it in GitHub Desktop.
Nested Closures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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