NEST HelpDesk | Command Index | NEST Quick Reference |
prepend - Attach an object to the front of an array or string.Synopsis:
(string) int prepend -> stringExamples:
[array] any prepend -> array
(hello) 44 prepend -> (,hello) (44 is ASCII value for ,)Author:
[1 2 3] (hello) prepend -> [(hello) 1 2 3]
[1 2 3] 44 prepend -> [44 1 2 3]
docu edited by Sirko StraubeSeeAlso: Source:
/builddir/build/BUILD/nest-simulator-2.16.0/nest-simulator-2.16.0/sli/slidata.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative