←
Slot
/
Reference of Built-in Symbols
/
Functional Programming
/
Function Application
/
SlotSequence
/
SlotSequence
WMA link
##
is the sequence of arguments supplied to a pure function.
##
n
starts with the
n
-th argument.
Plus[##]& [1, 2, 3]
Plus[##2]& [1, 2, 3]
FullForm[##]
←
Slot