Difference between revisions of "Append Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|list}}
 
{{command|list}}
 
;Append[ <List>, >Object> ]:Appends the object to the list.
 
;Append[ <List>, >Object> ]:Appends the object to the list.

Revision as of 21:11, 9 March 2013



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