Guest User

Untitled

a guest
Oct 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if( !aList.empty() ) {
  2. b = aList.begin();
  3. if( b.property == p ) {
  4. // do something
  5. }
  6. else {
  7. goto TAG;
  8. }
  9. }
  10. else {
  11. TAG:
  12. // do other things
  13. }
Add Comment
Please, Sign In to add comment