diff options
author | dgp <dgp@users.sourceforge.net> | 2016-09-08 13:01:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-09-08 13:01:31 (GMT) |
commit | fa105712c19ab4f84d85f6e33cb51a85e2ad259f (patch) | |
tree | a7a9bb771e8cb47db9ba5834f8790aa617861bf5 /doc/tclvars.n | |
parent | d2c080833061d96d6d76d4d3873e15796cdd815c (diff) | |
parent | 600412a708fa193015ef5e22f66d6d4ceee741cc (diff) | |
download | tcl-fa105712c19ab4f84d85f6e33cb51a85e2ad259f.zip tcl-fa105712c19ab4f84d85f6e33cb51a85e2ad259f.tar.gz tcl-fa105712c19ab4f84d85f6e33cb51a85e2ad259f.tar.bz2 |
merge 8.6.5
Diffstat (limited to 'doc/tclvars.n')
-rw-r--r-- | doc/tclvars.n | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n index a8fba47..a256c21 100644 --- a/doc/tclvars.n +++ b/doc/tclvars.n @@ -299,6 +299,11 @@ so extension writers can specify which package to load depending on the C run-time library that is in use. This is not an indication that this core contains symbols. .TP +\fBengine\fR +. +The name of the Tcl language implementation. When the interpreter is first +created, this is always set to the string \fBTcl\fR. +.TP \fBmachine\fR . The instruction set executed by this machine, such as |