WLJS LogoWLJS Notebook

TreeForm

TreeForm[expr] displays expr as a tree with different levels at different depths.

Examples

Visualize expression structure:

TreeForm[a + b*c]

Limit depth:

TreeForm[{{1, 2}, {3, 4}}, 2]

Please visit the official Wolfram Language Reference for more details.

On this page