These examples show two syntaxes available to create anonymous functions.
The shorthand syntax to create anonymous functions with the capture operator.
The syntax wraps an expression with &() and each argument is indexed starting at 1 identified by &1, &2, and so on.