Append Command

From GeoGebra Manual
Revision as of 00:12, 18 November 2009 by K Voss (talk | contribs) (move Category command to Template)
Jump to: navigation, search


Append[List, Object]
Appends the object to the list.
Example: Append[{1, 2, 3}, 4] gives you {1, 2, 3, 4}.
Append[Object, List]
Appends the list to the object.
Example: Append[4, {1, 2, 3}] gives you {4, 1, 2, 3}.
© 2024 International GeoGebra Institute