On Tuesday, September 9, 2014 6:03:14 PM UTC-5, muraveill wrote: > > Thanks! I missed this one. > But it adds no newline, which is not the greatest for debugging (outside > of the REPL). "showln" ? >
Consider using the @show macro: @show f `@show` is also useful for displaying expressions: @show foo = bar + baz Patrick
