home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
mac
/
exsource.old
/
1_5.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
98b
|
11 lines
#
# Example 1-5
# Nested commands.
#
set x 7
set len [expr [string length foobar] + $x]
#=> 13