Command: Most

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

Examples:
(computer) Most -> (compute)  
[1 2 3] Most -> [1 2]
[(this) (is) (an) (example)] Rest -> [(this) (is) (an)]

Remarks:
 
In 2003 this function did not exist in Mathematica and was
introduced as LRest by Kupper. Mathematica 5 introduced the
function and its SLI Name was changed for compatibility
(Apr 2008, Diesmann).

Author:
Ruediger Kupper, docu edited by Sirko Straube  

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

© 2004 The NEST Initiative