Introduction
LINDEX helps you get an item from a list by its position. It is like picking a book from a shelf by its place number.
You want to see the first or last item in a list.
You need to check a specific item in a list without removing it.
You want to quickly find an element at a known position.
You are debugging and want to peek at list contents.
You want to display a single list item in a user interface.