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

  1. #
  2. # Example 21-3
  3. # The main program of a Starkit.
  4. #
  5.  
  6. package require starkit
  7. starkit::startup
  8. package require app-hello
  9.  
  10.  
  11.