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

  1. #
  2. # Example 2-1
  3. # A standalone Tcl script on UNIX.
  4. #
  5.  
  6. #!/usr/local/bin/tclsh
  7. puts stdout {Hello, World!}
  8.  
  9.  
  10.