Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Print an expression with a label of its unevaluated form
ResourceFunction["LabeledPrint"][expr] prints the unevaluated form of expr followed by its evalated form. | |
ResourceFunction["LabeledPrint"][expr,fmt] applies a format like InputForm,OutputForm, etc. to the expression for printing its value. |
Print the current value of $ContextPath with a label indicating what it is:
In[1]:= |
Print a labeled string in InputForm to show string characters and escape sequences:
In[2]:= |
This work is licensed under a Creative Commons Attribution 4.0 International License