Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. case 0
  2.  
  3. $count := 0
  4. while ($count<=10)
  5. purge_group($count,1)
  6. inc($count)
  7. end while
  8. $count := 10
  9. while ($count<=50)
  10. purge_group($count,0)
  11. inc($count)
  12. end while
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement