Gentee Programming Language > Documentation > Libraries Download documentation

collection.append

Appends elements of a collection to another collection.
 
collection collection.append(
      collection   src
)

Parameters

srcThe collection needs to be appended.

Return value

Returns the object which method has been called.

See also

    Collections


 Copyright © 2004-2006 Gentee Inc. All rights reserved.