puts "Hello0!"
proc myfunc {} {
source "D:/projects/tcl_hypermesh/example1/hello1.tcl"
source "D:/projects/tcl_hypermesh/example1/hello2.tbc"
}
myfunc
Output:
Hello0! Hello1! Hello2!
Last Updated on 2021-03-22 by gantovnik
Mar 22, 2021 | tcl | 0 comments
puts "Hello0!"
proc myfunc {} {
source "D:/projects/tcl_hypermesh/example1/hello1.tcl"
source "D:/projects/tcl_hypermesh/example1/hello2.tbc"
}
myfunc
Output:
Hello0! Hello1! Hello2!
Last Updated on 2021-03-22 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments