NEST HelpDesk | Command Index | NEST Quick Reference |
AppendTo - Append an object to a containerSynopsis:
any literal AppendTo -> --Examples:
/j [4 5] def 7 /j AppendTo j --> [4 5 7]Description:
Author:
Assignment like AddTo. Compared to Mathematica the order of
arguments is reversed here, because its more readable to
have the l-value close to the assignment operator,
like in ... // Set[x,#]& .
Allows for optimization of code.
DiesmannFirstVersion:
8.5.01SeeAlso: Source:
/builddir/build/BUILD/nest-simulator-2.14.0/lib/sli/mathematica.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative