NAME

version - Soar version

SYNOPSIS

version

DESCRIPTION

This command gives information about the current Soar version being run. It returns the version number itself, which can then be used in any Tcl expression.

EXAMPLE

The following is a test that will be true for any version of Soar that is at least 8.0 or higher.
if {[version] > 8.0} { ...