Postfix
Usage
• Postfix[f[expr]] prints with f[expr] given in default postfix form: expr // f. • Postfix[f[expr], h] prints as exprh.
Notes
• Postfix[expr, h, precedence, grouping] can be used to specify how the output form should be parenthesized. • See the notes for Infix about precedence and grouping. • New in Version 1.
|