Append Command

From GeoGebra Manual
Jump to: navigation, search



Append[ <List>, <Object> ]
Appends the object to the list and yields the results in a new list.
Example: Append[{1, 2, 3}, 4] creates the list {1, 2, 3, 4}.
Append[ <Object>, <List> ]
Appends the list to the object and yields the results in a new list.
Example: Append[4, {1, 2, 3}] creates he list {4, 1, 2, 3}.
© 2024 International GeoGebra Institute