time ---- This command executes one or more other commands, then gives a detailed report on how much time it took to execute them. Note that the other commands *must* be enclosed in parentheses---this is one case where you can't leave off the parentheses. SYNTAX (time (command-1 its-args...) (command-2 its-args...) ...) EXAMPLE Soar> time (d 100)