Most
Most(expr)returns
exprwith the last element removed.
Most(expr) is equivalent to expr[[;;-2]].
Examples
>> Most({a, b, c}){a,b}
>> Most(a + b + c)a+bNonatomic expressions are expected.
>> Most(x)Most(x)Implementation status
- ✅ - full supported