Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. if(blah) {
  2. // code
  3. }
  4.  
  5. if(blah) {
  6. while(derp) {
  7. // more code
  8. } // while
  9. } // if
Add Comment
Please, Sign In to add comment