Skip to content

Instantly share code, notes, and snippets.

@embed
Created July 27, 2009 11:54
Show Gist options
  • Save embed/156162 to your computer and use it in GitHub Desktop.
Save embed/156162 to your computer and use it in GitHub Desktop.
i=0;
q=0;
for a=1:10
for b=1:5
if i>3 q=1; break; end
end
if q==1; q=0; break; end
i=i+1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment