tree_width tree
returns the width of a tree
Source code:
if { [empty_string_p $tree] } { return 0 } tree_max 1 [sum [map tree_width [tail $tree]]]