Skip to content

Instantly share code, notes, and snippets.

@sassembla
Created October 8, 2019 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sassembla/40fb6fa98ca87f907d8c2f8ccc996ab8 to your computer and use it in GitHub Desktop.
Save sassembla/40fb6fa98ca87f907d8c2f8ccc996ab8 to your computer and use it in GitHub Desktop.
while (true) {
if (A) {
break;
}
if (B) {
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment