diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2016-01-15 00:39:41 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2016-01-15 00:39:41 (GMT) |
commit | b25cb7d39a10e81e682e391e6490f2b59671eaef (patch) | |
tree | d32c78c28fb94d4ed9f889357361207c9e797f1c /doc/tclvars.n | |
parent | 02b32be1a7169fc4a4dc9cf24f00d4b40dbd49a5 (diff) | |
download | tcl-b25cb7d39a10e81e682e391e6490f2b59671eaef.zip tcl-b25cb7d39a10e81e682e391e6490f2b59671eaef.tar.gz tcl-b25cb7d39a10e81e682e391e6490f2b59671eaef.tar.bz2 |
Add docs and tests.
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 |