'''package present''' ''?-'''''exact'''''? package ?version?'' "This command is equivalent to '''[package require]''' except that it does not try and load the package if it is not already loaded." Its canonical description appears in the [man] page [http://www.tcl.tk/man/tcl8.4/TclCmd/package.htm#M8]. ---- [etdxc] Sorry for being so literal, but I presume this means that it tries to load the package only when it is not already loaded. [CL] agrees that the man page is unsatisfying. I submit this alternative: * If '''package''' is loaded, the command returns its version; * If '''package''' is not loaded, the command branches to '''error "package $package not present"'''. I hope [dgp] especially will review my formulation. ---- See also: * [package] * [package provide] * [package require] ---- [Tcl syntax help] - [Category Command] - [Category Introspection]