# book - # startup file for tcl/tk books # sources the files necessary for startup set tclbook_directory "c:\\tclold\\tcl\\" source [file join $tclbook_directory mkbook5.txt] source [file join $tclbook_directory book5.txt]
# book - # startup file for tcl/tk books # sources the files necessary for startup set tclbook_directory "c:\\tclold\\tcl\\" source [file join $tclbook_directory mkbook5.txt] source [file join $tclbook_directory book5.txt]
|
|
|
|