'''interp limit''' ''path limitType ?option? ?value ...?'' '''NOTE:''' Only in Tcl 8.5. Sets up, manipulates and queries the configuration of the resource limit ''limitType'' for the interpreter denoted by ''path''. If no ''option'' is specified, return the current configuration of the limit. If ''option'' is the sole argument, return the value of that option. Otherwise, a list of ''option/value'' argument pairs must be supplied. ---- See also: * [interp] * [interp recursionlimit] ---- [Category Command] - [Tcl syntax help]