Echo
Echo(expr)prints the
exprto the default output stream and returnsexpr.
Echo(expr, label)prints
labelbefore printingexpr.
Echo(expr, label, head)prints
labelbefore printinghead(expr)and returnsexpr.
Examples
>> {Echo(f(x,y)), Print(g(a,b))}{f(x,y),Null}prints
f(x,y)g(a,b)and returns
{f(x,y),Null}Implementation status
- ✅ - full supported