home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
1_9.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
134b
|
10 lines
#
# Example 1-9
# Continuing long lines with backslashes.
#
set totalLength [expr [string length $one] + \
[string length $two]]