Definition: Append is a GeoGebra LIST command.
Append[ <List>, <Object> ]
Append[ <Object>, <List> ]
See also list commands:
  • Join for joining 2 or more lists into a new list.
  • Insert for inserting objects or lists into lists.

Append - USE
Append[List, Object]: Makes a new list with the object added as the last element.          

Example: Append[{1, 2, 3}, 4] gives you a new list {1, 2, 3, 4}.

Append[Object, List]: Makes a new list with the object added as the first element.          

Example: Append[4, {1, 2, 3}] gives you a new list {4, 1, 2, 3}.


Related topics:


 Up one level

 


Page last modified on December 06, 2009, at 11:44 AM