home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / tcl_447.lzh / TCL / tcl.lzh / tcl / help / global < prev    next >
Text File  |  1990-05-03  |  424b  |  10 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.  
  10.