summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-29 13:38:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-29 13:38:54 (GMT)
commit4dfcbbea544e672812bc7d4de3b7571e14cccc22 (patch)
treeb821850eced56cf36f18125ff1e12d0d2d17442f /doc
parent0ea26c667c774bfee4e090ec52f391fad0af7ca5 (diff)
downloadtcl-4dfcbbea544e672812bc7d4de3b7571e14cccc22.zip
tcl-4dfcbbea544e672812bc7d4de3b7571e14cccc22.tar.gz
tcl-4dfcbbea544e672812bc7d4de3b7571e14cccc22.tar.bz2
Implement TIP #440: Add engine to tcl_platform Array
Diffstat (limited to 'doc')
-rw-r--r--doc/tclvars.n5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n
index 84823e0..9aa14d5 100644
--- a/doc/tclvars.n
+++ b/doc/tclvars.n
@@ -254,6 +254,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
\fBintel\fR, \fBPPC\fR, \fB68k\fR, or \fBsun4m\fR. On UNIX machines, this