diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-29 13:35:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-29 13:35:00 (GMT) |
commit | 2f90de6166e0253955f4e7ce895ddb63c0d4f05d (patch) | |
tree | ec4b6b7a6239e90990825b90c61cc811b29c0824 /doc | |
parent | 3fa3e3b2d59022f67a190c83e215f789ce836e2e (diff) | |
parent | 28d25fa6cf8d801e60d1d41099179e356ef8ecae (diff) | |
download | tcl-2f90de6166e0253955f4e7ce895ddb63c0d4f05d.zip tcl-2f90de6166e0253955f4e7ce895ddb63c0d4f05d.tar.gz tcl-2f90de6166e0253955f4e7ce895ddb63c0d4f05d.tar.bz2 |
Implement TIP #440: Add engine to tcl_platform Array
Diffstat (limited to 'doc')
-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 |