Difference between revisions of "Append Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
 
(move Category command to Template)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page}}</noinclude>
 
; Append[List, Object]: Appends the object to the list.
 
; Append[List, Object]: Appends the object to the list.
 
: Example: <tt>Append[{1, 2, 3}, 4]</tt> gives you ''{1, 2, 3, 4}''.
 
: Example: <tt>Append[{1, 2, 3}, 4]</tt> gives you ''{1, 2, 3, 4}''.
 
; Append[Object, List]: Appends the list to the object.
 
; Append[Object, List]: Appends the list to the object.
 
: Example: <tt>Append[4, {1, 2, 3}]</tt> gives you ''{4, 1, 2, 3}''.
 
: Example: <tt>Append[4, {1, 2, 3}]</tt> gives you ''{4, 1, 2, 3}''.

Revision as of 00:12, 18 November 2009


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