Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. main:
  2. for each in carArray
  3. if each > 0
  4. function1(each)
  5. function2(something)
  6.  
  7. ##Morecode here
  8.  
  9.  
  10. main:
  11. for each in carArray
  12. if each > 0
  13. function1(each)
  14. function2(something)
  15.  
  16. ##Morecode here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement