Returns the symbolic evaluation of the input expression.
The symbolic evaluation operator contains 2 placeholders:
1. Left-side of arrow—Input expression.
2. Above the arrow—Keywords and modifiers.
Additional Information
• To perform more complicated symbolic operations, such as factoring or expanding an expression, you can insert a keyword above the symbolic evaluation operator.
• The symbolic evaluation operator applies to an entire expression. You cannot use the symbolic evaluation operator to transform only part of an expression, nor can you use it in a single line in a program.