Sequence
represents a sequence of arguments to a function.
Examples
Sequence
is automatically spliced in, except when a function has attribute SequenceHold
(like assignment functions).
Apply Sequence
to a list to splice in arguments:
Inside Hold
or a function with a held argument, Sequence
is spliced in at the first level of the argument:
If Sequence
appears at a deeper level, it is left unevaluated:
Implementation status
- ✅ - full supported