Mathematica > Core Language > Expressions > Structural Operations on Expressions >

Append

Append[expr, elem]
gives expr with elem appended.
  • In iteratively building a list, it is usually more efficient to use Sow and Reap than to use Append[list, new] at each step.
New in 1 | Last modified in 5
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team