home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource
/
1_7.tcl
< prev
next >
Wrap
Text File
|
2003-04-16
|
145b
|
11 lines
#
# Example 1-7
# Grouping expressions with braces.
#
expr {7.2 / 4}
set len [expr {[string length foobar] + $x}]
set pi [expr {2*asin(1.0)}]