The list functions are used to create and disassemble lists. Lists always contain items of a single type (e.g., only strings, only numbers, or only nested lists with the same item type); there are no mixed type lists. The following list functions are supported:
•nth
•length
•list
•from-to
•slice
•join