SequenceHold

WMA link


SequenceHold

is an attribute that prevents Sequence objects from being spliced into a function's arguments.

Normally, Sequence will be spliced into a function:

It does not for SequenceHold functions:

E.g., Set has attribute SequenceHold to allow assignment of sequences to variables:

ReadProtected
SetAttributes