Function
Function[inner]
defines a pure function where inner
is evaluated with Slot
parameters.
Function[x, inner]
defines a pure function where inner
is evaluated a single parameter x
.
Attributes[Function] := {HoldAll, Protected}
Function[inner]
defines a pure function where inner
is evaluated with Slot
parameters.
Function[x, inner]
defines a pure function where inner
is evaluated a single parameter x
.
Attributes[Function] := {HoldAll, Protected}