home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / variables / global < prev    next >
Encoding:
Text File  |  1992-12-17  |  520 b   |  9 lines

  1.           global varname ?varname ...?
  2.                This command is ignored unless a Tcl procedure is being
  3.                interpreted.    If  so,  then  it  declares  the  given
  4.                varname's to be  global  variables  rather  than  local
  5.                ones.   For  the duration of the current procedure (and
  6.                only while executing in  the  current  procedure),  any
  7.                reference  to  any  of  the varnames will be bound to a
  8.                global variable instead of a local one.
  9.