blob: ad57d7d7fdd920a7f0eec80df384d4d46fb9419b (
plain)
1
2
3
4
5
6
7
|
puts exe:\t[info nameofexecutable]
puts ver:\t[info patchlevel]
catch {
puts build:\t[tcl::build-info]
}
puts lib:\t[info library]
puts plat:\t[lsort -dictionary -stride 2 [array get tcl_platform]]
|