Skip to content

Instantly share code, notes, and snippets.

@mbszarek
Created February 2, 2017 13:01
Show Gist options
  • Save mbszarek/6e211ffe0897e29ae8f46630d89f83cf to your computer and use it in GitHub Desktop.
Save mbszarek/6e211ffe0897e29ae8f46630d89f83cf to your computer and use it in GitHub Desktop.
do{
l1;
if(!w1) l2;
}while((!w1) && w2);
if(!w2 && !w1) l3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment