Difference between revisions of "Append Command"

From GeoGebra Manual
Jump to: navigation, search
(move Category command to Template)
(move Category command to Template)
(No difference)

Revision as of 12:12, 17 November 2010


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