Advertisement
Guest User

Untitled

a guest
May 28th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // increment to length then reset
  2. i = ++i % array.length;
  3.  
  4.  
  5. // eval input & select based on BOOL
  6. output = input ? "True" : "False";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement