list
    The following is a list of functions in the category list
| Function | Description | 
|---|---|
| add_entries | Add the entries of one or more lists to another. | 
| join | Concatenate the string values of the elements of a list with a separator. | 
| list | Construct a list with 0 or more elements. | 
| reverse | Reverse the order of the elements in a list. If the list is typed, the resulting list will be the same type. | 
| slice | This function extracts a consecutive slice of values from a list. |