tcl_interactive variable tells if the shell operating is in interactive mode or not. If its value is 1 , then the interpreter acts as if it were an interactive interpreter. See [tclsh] for a list of the differences between interactive and non-interactive mode. [Ro] You can shorten commands in interactive mode, e.g.: "inf" for "info". ---- [Tcl syntax help]