Difference between revisions of "Append Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: tt => code)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 +
{{command|list}}
 
; Append[List, Object]: Appends the object to the list.
 
; Append[List, Object]: Appends the object to the list.
 
: {{Example| <code>Append[{1, 2, 3}, 4]</code> gives you ''{1, 2, 3, 4}''.}}
 
: {{Example| <code>Append[{1, 2, 3}, 4]</code> 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| <code>Append[4, {1, 2, 3}]</code> gives you ''{4, 1, 2, 3}''.}}
 
: {{Example| <code>Append[4, {1, 2, 3}]</code> gives you ''{4, 1, 2, 3}''.}}

Revision as of 15:46, 27 February 2011

© 2024 International GeoGebra Institute