Index

Name

Index -- Returns the indices at which a value appears in a list

Synopsis

Index[list->NLIST(T), x->T] =: LIST(INTEGER) 
Index[list->NLIST(T), x->LIST(T)] =: LIST(INTEGER) 

Description

Index returns the list of indices in list where x appears.

See also

NthElement.