Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Print the code in InputForm unformatted
ResourceFunction["EchoNormal"][expr] prints the undecorated InputForm of expr and returns it unformatted. |
EchoNormal evaluates the expression and prints in raw InputForm:
In[1]:= | ![]() |
Out[1]= | ![]() |
A styled expression:
In[2]:= | ![]() |
Out[2]= | ![]() |
An expression in TraditionalForm:
In[3]:= | ![]() |
Out[3]= | ![]() |
Graphics primitives:
In[4]:= | ![]() |
Out[4]= | ![]() |
Recover an intermediate result:
In[5]:= | ![]() |
Out[5]= | ![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License