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

  1. #
  2. # Example 1-3
  3. # Command substitution.
  4. #
  5.  
  6. set len [string length foobar]
  7. #=> 6
  8.  
  9.  
  10.