Skip to content

Instantly share code, notes, and snippets.

@whalemare
Created September 30, 2017 01:52
Show Gist options
  • Save whalemare/8d6c08ceb292d3bc7705f835e0d3f024 to your computer and use it in GitHub Desktop.
Save whalemare/8d6c08ceb292d3bc7705f835e0d3f024 to your computer and use it in GitHub Desktop.
(0..10).forEach one@ {
(0..10).forEach two@ {
if (0 == 0) {
return@one
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment