Go backward to warnings.
Go up to Setting the environment.
Go forward to user-select {X}.
default-print-depth
-------------------
Controls the default print-depth for the print command. With no arguments,
this command prints the current default print depth used by the print
command. With an integer argument, it sets the current default print depth.
This default print depth can be overridden on any particular invocation of
the print command by using the :depth flag, e.g., (print :depth 10 args...).
The default print depth is initially 1.
SYNTAX
(default-print-depth [integer])
EXAMPLE
Soar> default-print-depth 2
Soar> default-print-depth
The current default print depth is 2.