Last active
March 30, 2020 16:58
-
-
Save akexorcist/a1b6d07d82fc874d34fcabdabd3f80a1 to your computer and use it in GitHub Desktop.
Code Snippet for https://blacklenspub.com/inline-function-in-kotlin-adb51b0eab76
This file contains hidden or 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
| for (index in 1..100) { | |
| var addResult = calculate(10, index, { x, y -> | |
| x + y | |
| }) | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment