diff options
author | mlafon <mlafon@gmail.com> | 2017-05-04 22:27:23 (GMT) |
---|---|---|
committer | mlafon <mlafon@gmail.com> | 2017-05-04 22:27:23 (GMT) |
commit | 45bf0120ad12d84441a0c3133a9aa88c446afdc0 (patch) | |
tree | c5fa202ff0effa2d836caa70c515e9376bb7f25f /doc/info.n | |
parent | aa7f26cefe717461f284fb9e389ee6a613b2d970 (diff) | |
download | tcl-info_linkedname.zip tcl-info_linkedname.tar.gz tcl-info_linkedname.tar.bz2 |
Add [info linkedname] introspection commandinfo_linkedname
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -297,6 +297,11 @@ scripts are stored. This is actually the value of the \fBtcl_library\fR variable and may be changed by setting \fBtcl_library\fR. .TP +\fBinfo linkedname \fIvarname\fR +. +\fIVarname\fR must be a link variable. +Returns the name of the variable it is linked to. +.TP \fBinfo loaded \fR?\fIinterp\fR? ?\fIpackage\fR? . Returns the filename loaded as part of \fIpackage\fR. If \fIpackage\fR |