StackOverflow 文档 tcl 教程 程序参数 不接受参数的过程 不接受参数的过程 Created: November-22, 2018 proc myproc {} { puts "hi" } myproc # => hi 空参数列表(过程名称后面的第二个参数 myproc)表示过程不接受参数。 接受可变数量参数的过程程序参数