Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Echo a label and make any echoes that occur within a body indented
ResourceFunction["EchoGroup"]["label"][body] echoes "label" and indents any echoes that occur within body. |
Echo an expression with an echo group:
In[1]:= |
Out[1]= |
Create two echo groups during evaluation:
In[2]:= |
Out[2]= |
Echo several expressions and make operations with them:
In[3]:= |
Out[3]= |
Echo intermediate expressions:
In[4]:= |
Out[4]= |
Find which expressions are tested:
In[5]:= |
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License