Go backward to default-print-depth.
Go up to Setting the environment.

user-select {X}
---------------

Allows the user to set which option should be used to select between
indifferent objects. If no argument is provided, user-select will display the
current setting of user-select.

With an argument, it sets user-select to the given value:

   * first, select the first indifferent object found in its internal list
     (an arbitrary, but deterministic selection).
     
   * ask or t, ask the user to choose one.
     
   * random or nil, select randomly.


The initial value of user-select is first.

SYNTAX

(user-select [first | ask | random | t | nil])


EXAMPLE

Soar> user-select first

Soar> user-select
User-select is currently set to:  first