Guest User

Untitled

a guest
Oct 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2.  
  3. if (evals)
  4. {
  5. int spot =0;
  6. while (evals[spot])
  7. delete evals[spot++];
  8. }
Add Comment
Please, Sign In to add comment