NAME

select-interp - Select Soar interpreter

SYNOPSIS

select-interp name

DESCRIPTION

This command selects the interpreter associated with the name as the top-level command-line interpreter. This also resets the internal Soar context so that subsequent commands are interpreted with respect to the interpreter name.

WARNINGS

This command is intended for use on the command line. If you attempt to use this command to switch between interpreters in a Tcl procedure, the top-level global state will change which will probably surprise the user. Use send to safely execute a command in another interpreter.

SEE ALSO

send