Command: JoinTo

NEST HelpDesk Command Index NEST Quick Reference
Name:
JoinTo - Join an object to a container
Synopsis:
array literal JoinTo -> --
dict literal JoinTo -> --
Examples:
/j [4 5] def [6 7 8] /j JoinTo j --> [4 5 6 7 8]
/j << /C_m 250.0 /Tau_m 10.0 >> def
<< /Tau_m 25.0 /I_e 130.0 >> /j JoinTo j --> << /C_m 250.0 /Tau_m 25.0 /I_e 130.0 >>
Description:
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.
SeeAlso:
Source:
/var/www/debian/nest/nest-simulator-2.20.0/lib/sli/mathematica.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative