duck

duck

May 14th, 2010
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (var i : int = 0; i < randomWord.Length; i++)
  2.    {
  3.       if (randomWord[i] == search)
  4.       {
  5.          totalFinds++;
  6.       }
  7.    }
  8.    print ("Found = "+totalFinds);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment