Render known prefix/infix/postfix operators using their symbolic syntax (e.g. 1 + 2 instead of +(1, 2)).
1 + 2
+(1, 2)