Tcl Source Code

Artifact [18eb729d56]
Login

Artifact 18eb729d5650adf140f9805af79cd39e9178087e:

Attachment "info.n.diff" to ticket [461635ffff] added by glennjnn 2001-09-15 02:23:27.
*** doc/info.n~	Wed Jan 26 16:36:35 2000
--- doc/info.n	Fri Sep 14 15:00:40 2001
***************
*** 75,80 ****
--- 75,86 ----
  current context (either as a global or local variable) and has been
  defined by being given a value, returns \fB0\fR otherwise.
  .TP
+ \fBinfo fullargs \fIprocname\fR
+ Returns a list containing the formal argument specifiers to procedure
+ \fIprocname\fR, in order.  Each argument specifier is either the argument
+ name, or a two-element list containing the argument name and its default 
+ value.  \fIProcname\fR must be the name of a Tcl command procedure.  
+ .TP
  \fBinfo globals \fR?\fIpattern\fR?
  If \fIpattern\fR isn't specified, returns a list of all the names
  of currently-defined global variables.