Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
objarray search ?-sorted? <obj> <value>

Search the index of an item in the array. returns -1 if it is not found.

...

(if array is sorted it performs a faster binary search).

...