'''interp eval''' ''path arg ?arg ...?'' This command concatenates all of the ''arg'' arguments in the same fashion as the '''[concat]''' command, then evaluates the resulting string as a Tcl script in the slave interpreter identified by ''path''. The result of this evaluation (including error information such as the '''errorInfo''' and '''errorCode''' variables, if an error occurs) is returned to the invoking interpreter. ---- See also: * [interp] * [eval] ---- [Category Command] - [Tcl syntax help]