摘要: TCL LEARN NOTE V2 变量 变量赋值 set x 10 #设定x的值为10 计算后变量赋值 set a 3 set x [expr $a*3] #[]相当于bash中$()或``,作为一个单独的命令运行 转义后赋值 set a 3 set b \$a #b=$a rather than 阅读全文
posted @ 2021-05-16 22:31 MOVIT 阅读(46) 评论(0) 推荐(0)
摘要: ALL CHEAT SHEET all cheat sheet link 阅读全文
posted @ 2021-05-16 22:01 MOVIT 阅读(44) 评论(0) 推荐(0)