Like match, but works with a list
get_index_in_list(lst, ele)
lst
a list to search through
ele
element of list
returns index of element or integer(0)