mneme
lst:index(idx) -> value
idx
value
Get element at index
Returns the element at the given 0-based index. Negative indices count from the end: -1 is the last element.