|
4.9.3 list operations
+
- concatenation
delete
- deletes one element from list, returns new list
insert
- inserts or appends a new element to list, returns a new list
- list_expression
[ int_expression ]
- is a list entry; the index 1 gives the first element.
Example:
|