Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 16:58
Show Gist options
  • Select an option

  • Save akexorcist/a1b6d07d82fc874d34fcabdabd3f80a1 to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/a1b6d07d82fc874d34fcabdabd3f80a1 to your computer and use it in GitHub Desktop.
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