Append
Usage
• Append[expr, elem] gives expr with elem appended.
Notes
• In iteratively building a list, it is usually more efficient to use Sow and Reap than to use Append[list, new] at each step. • Append works on SparseArray objects, returning ordinary lists if necessary. • New in Version 1.
|