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

  1. #
  2. # Example 1-1
  3. # The " Hello, World!"  example.
  4. #
  5.  
  6. puts stdout {Hello, World!}
  7. #=> Hello, World!
  8.  
  9.  
  10.