Logo

Programming-Idioms

History of Idiom 222 > diff from v28 to v29

Edit summary for version 29 by programming-idioms.org:
Title: better style

Version 28

2021-09-28, 14:40:54

Version 29

2021-12-16, 10:16:55

Idiom #222 Find first index of an element in list

Set i to the first index in list items at which the element x can be found, or -1 if items does not contain x.

Idiom #222 Find the first index of an element in list

Set i to the first index in list items at which the element x can be found, or -1 if items does not contain x.

Variables
i,x,items
Variables
i,x,items
Extra Keywords
position
Extra Keywords
position