1 | puts "Hello0!" |
2 |
3 | proc myfunc {} { |
4 | source "D:/projects/tcl_hypermesh/example1/hello1.tcl" |
5 | source "D:/projects/tcl_hypermesh/example1/hello2.tbc" |
6 | } |
7 |
8 | myfunc |
Output:
1 | Hello0! |
2 | Hello1! |
3 | Hello2! |
Mar 22, 2021 | tcl | 0 comments
1 | puts "Hello0!" |
2 |
3 | proc myfunc {} { |
4 | source "D:/projects/tcl_hypermesh/example1/hello1.tcl" |
5 | source "D:/projects/tcl_hypermesh/example1/hello2.tbc" |
6 | } |
7 |
8 | myfunc |
Output:
1 | Hello0! |
2 | Hello1! |
3 | Hello2! |
Subscribe now to keep reading and get access to the full archive.
Recent Comments