Difference between revisions of "AddList"

From NexusWiki
Jump to: navigation, search
(Created page with ''''AddList'''(list1, list2); Puts the elements of ’list2’ into ’list1’.')
 
 
Line 1: Line 1:
'''AddList'''(list1, list2);  
+
'''AddList'''(list1, list2);
 +
 
Puts the elements of ’list2’ into ’list1’.
 
Puts the elements of ’list2’ into ’list1’.

Latest revision as of 02:32, 19 June 2009

AddList(list1, list2);

Puts the elements of ’list2’ into ’list1’.