1puts "Hello0!"
2 
3proc myfunc {} {
4  source "D:/projects/tcl_hypermesh/example1/hello1.tcl"
5  source "D:/projects/tcl_hypermesh/example1/hello2.tbc"
6}
7 
8myfunc

Output:

1Hello0!
2Hello1!
3Hello2!

Discover more from Tips and Hints for Aerospace Engineers

Subscribe now to keep reading and get access to the full archive.

Continue reading