NAME

Soar aliases

DESCRIPTION

There are a number of command aliases that are provided by Soar. These are used to provide short versions of built in commands and to provide syntactic continuity with previous versions of Soar. Soar provides a predefined set of aliases that will be useful to most users. Soar also provides a set of aliases to aid Soar 6 users.

These aliases are equivalent to an existing built in command and (possibly) a set of switches for the command. Additional arguments given after the alias are passed on to the built in command.

The predefined aliases are:

The Soar 6 compatibility aliases are:

FILES

All alias definition files are in the Soar Tcl library directory. The predefined aliases are included in the startup file soar.tcl. The Soar 6 compatibility aliases are in alias-soar6.tcl. The predefined alias file is loaded in a Soar interpreter automatically. The alias-soar6.tcl can be loaded in by one of the Soar init files or at any other time a source command is usable.

SEE ALSO

alias