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:First Last Most
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/mathematica.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative