| Search internet |
The following operations involve lists as well as integers:
nth ( n , x ) Return n'th element of list x length ( x ) Return the length of list x list-prefix ( l , n ) Return the first n elements of x list-suffix ( l , n ) Return all but the first n elements
| Search logiweb.eu |