Append Command

From GeoGebra Manual
Revision as of 20:45, 3 November 2009 by K Voss (talk | contribs) (create official page from pdf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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