Append Command

From GeoGebra Manual
Revision as of 23:13, 16 March 2015 by Mathmum (talk | contribs) (output in a new list)
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