Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. _founders = ['Resin','Gunner'];
  2. forEach _founders;
  3. if (_founders == _x) then
  4. {
  5. hint "True"
  6. }
  7. else
  8. {
  9. hint "False"
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement