Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. foreach(.....)
  2. {
  3. if(...)
  4. ....
  5. }
  6.  
  7. if(....)
  8. {
  9. foreach(...)
  10. {
  11. ...
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement