FullForm
Usage
• FullForm[expr] prints as the full form of expr, with no special syntax.
Notes
• Example: FullForm[a + b^2]  . • FullForm acts as a "wrapper", which affects printing, but not evaluation. • FullForm always effectively uses "PrintableASCII" as the setting for $CharacterEncoding. • New in Version 1; modified in 5.
|