Skip to content
CMPITG edited this page May 27, 2012 · 4 revisions
  • containsP (anArray, thing) determines if the thing is an element of array anArray.

  • find (thing, anArray) returns the first occurrence of thing in anArray or -1 if anArray does not contain thing.

Clone this wiki locally