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