|
Infix
Infix[f[ , , ... ]] prints with f[ , , ... ] given in default infix form: ~ f ~ ~ f ~ ... .
Infix[expr, h] prints with arguments separated by h: h h ... .
Infix[expr, h, precedence, grouping] can be used to specify how the output form should be parenthesized.
Precedence levels are specified by integers. In OutputForm, some precedence levels are:

Possible grouping (associativity) specifications are:

See Section 2.9.16.
See also: Postfix, Prefix, PrecedenceForm.
New in Version 1.
Further Examples
|