Rest
Rest(expr)returns
exprwith the first element removed.
Rest(expr) is equivalent to expr[[2;;]].
Examples
>> Rest({a, b, c}){b,c}
>> Rest(a + b + c)b+cNonatomic expression expected.
>> Rest(x)Rest(x)Implementation status
- ✅ - full supported