Command: Rest

NEST HelpDesk Command Index NEST Quick Reference
Name:
Rest - Remove the first element of an array or string and return  
the rest.
Synopsis:
string Rest -> string  
array Rest -> array

Examples:
(train) Rest -> (rain)  
[1 2 3] Rest -> [2 3]
[(this) (is) (an) (example)] Rest -> [(is) (an) (example)]

Author:
docu edited by Sirko Straube  

SeeAlso: Source:
/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/lib/sli/mathematica.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative