Rest
returns
expr
with the first element removed.
Rest(expr)
is equivalent to expr[[2;;]]
.
Examples
Nonatomic expression expected.
Implementation status
- ✅ - full supported
returns
expr
with the first element removed.
Rest(expr)
is equivalent to expr[[2;;]]
.
Nonatomic expression expected.