home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
18_7.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
234b
|
18 lines
#
# Example 18-7
# A two-level site structure.
#
set site(sections) {
About /about
Products /products
Support /support
}
set site(About) {
Company company.html
Contacts contacts.html
Directions directions.html
}