Skip to content

Instantly share code, notes, and snippets.

@ktanaka117
Last active May 6, 2016 05:16
Show Gist options
  • Save ktanaka117/c144ac76a25634787aa6668789b7d0ac to your computer and use it in GitHub Desktop.
Save ktanaka117/c144ac76a25634787aa6668789b7d0ac to your computer and use it in GitHub Desktop.
var array = [1, 2, 3]
array.forEach { test($0) }
func test(num: Int) {
print(num)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment