Function index of value n in x

find value n in x and output the index of the value

Format:

index of value n in x

Input:

list x -
any n -

Output:

any - None

Properties that reference this function:

index of value v in els = output of the index_compute function where the input stack is els, value is v, and index is 0 (Find Value)


Comments

Please log in to add comments