安装
sudo apt-get install tcl
hello.tcl
1 puts "hello world"
run && result
$ tclsh hello.tcl hello,world