| Definition: Last is a GeoGebra LIST command. |
Last[ <List> ]
|
Last[ <List> , <Number of Elements> ]
|
| Last - USE |
Last[List]: Returns a new list that contains just the last element of the list.
|
Last[List, Number n of elements]: Returns a new list that contains just the last n elements of the list.
|
Related topics:
- Append
- CountIf
- Element
- First
- Insert
- Intersection
- IterationList
- Join
- KeepIf
- Last
- Length
- Min
- Max
- Product
- RemoveUndefined
- Reverse
- Sequence
- Sort
- Sum
- Take
- Union
Up one level
|

