Guest User

Untitled

a guest
Jan 12th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(thing)
  2. {
  3.     if(firstnest)
  4.     {
  5.         if(secondnest)
  6.         {
  7.             if(thirdnest)
  8.             {
  9.                 //stuff
  10.             }
  11.         }
  12.     }
  13. }
Add Comment
Please, Sign In to add comment