请教:set a_list {1 2 3 4}if {$a_list>0} {puts hi}
其中条件判断$a_list>0,怎么理解?是什么和0比较?
https://blog.csdn.net/dulixin/article/details/2174372
puts 一下list