diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-05-30 08:57:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-05-30 08:57:05 (GMT) |
commit | 233a3120d1c5478eb709979b6ae3e9f899208b71 (patch) | |
tree | 07a088c6f5617cd08a51e885d5db04ad0bd7d237 /doc/info.n | |
parent | 03e2d33c29f3d50915e7e0ff21ba8a06f54ba6cd (diff) | |
download | tcl-233a3120d1c5478eb709979b6ae3e9f899208b71.zip tcl-233a3120d1c5478eb709979b6ae3e9f899208b71.tar.gz tcl-233a3120d1c5478eb709979b6ae3e9f899208b71.tar.bz2 |
Changes from TIP#15 "Functions to List and Detail Math Functions"
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -7,7 +7,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: info.n,v 1.6 2001/03/13 15:10:32 dkf Exp $ +'\" RCS: @(#) $Id: info.n,v 1.7 2001/05/30 08:57:06 dkf Exp $ '\" .so man.macros .TH info n 8.4 Tcl "Tcl Built-In Commands" @@ -75,6 +75,15 @@ into variable \fIvarname\fR. Returns \fB1\fR if the variable named \fIvarName\fR exists in the current context (either as a global or local variable) and has been defined by being given a value, returns \fB0\fR otherwise. +.VS 8.4 +.TP +\fBinfo functions \fR?\fIpattern\fR? +If \fIpattern\fR isn't specified, returns a list of all the math +functions currently defined. +If \fIpattern\fR is specified, only those functions whose name matches +\fIpattern\fR are returned. Matching is determined using the same +rules as for \fBstring match\fR. +.VE .TP \fBinfo globals \fR?\fIpattern\fR? If \fIpattern\fR isn't specified, returns a list of all the names @@ -200,4 +209,4 @@ command, information, interpreter, level, namespace, procedure, variable '\" Local Variables: '\" mode: nroff -'\" End:
\ No newline at end of file +'\" End: |