Mathematica 9 is now available

Function (&)SlotSequence (##)

Slot

FilledSmallSquare# represents the first argument supplied to a pure function.

FilledSmallSquare#n represents the n argument.

FilledSmallSquare# is used to represent arguments or formal parameters in pure functions of the form body& or Function[body].

FilledSmallSquare# is equivalent to Slot[1].

FilledSmallSquare#n is equivalent to Slot[n]. n must be a non-negative integer.

FilledSmallSquare#0 gives the head of the function, i.e., the pure function itself.

FilledSmallSquare See The Mathematica Book: Section 2.2.5.

Further Examples

Function (&)SlotSequence (##)



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.