List object (source code)

= List object
{wiki=List_object}

In programming, a **list** is a data structure that holds an ordered collection of items. The specifics can vary based on the programming language, but generally, lists have the following characteristics: 1. **Ordered**: The items in a list maintain their insertion order, meaning that the order in which you add elements to the list is preserved.