Guest User

Untitled

a guest
Nov 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ( A )( B )( C )
  2.  
  3. if( v == A ) { v = B; return; }
  4. if( v == B ) { v = C; return; }
  5. if( v == C ) { v = A; return; }
Add Comment
Please, Sign In to add comment