Advertisement
Guest User

Untitled

a guest
May 28th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. if (object1) {
  2.     do_shit1();
  3.     if (objec2) {
  4.         do_shit2();
  5.         if (object3) {
  6.             ...
  7.         }
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement