8.2.47 pp

Function: pp (X)
Function: pp (A, B, C, …)
Function: pp ('A', 'B', 'C', …)
Function: pp A B C

Alias for prettyprint, for interactive use.

This is an alias for prettyprint(), with additional name-conversion magic.

If you pass in a char, instead of pretty-printing that directly, it will grab and pretty-print the variable of that name from the caller’s workspace. This is so you can conveniently run it from the command line.