home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / pc / exsource.old / 21_4.tcl < prev    next >
Text File  |  2003-04-15  |  130b  |  10 lines

  1. #
  2. # Example 21-4
  3. # The pkgIndex.tcl in a Starkit.
  4. #
  5.  
  6. package ifneeded app-hello 1.0 \
  7.     [list source [file join $dir hello.tcl]]
  8.  
  9.  
  10.