摘要: [subst] performs the first stage of Tcl script evalution, performing variable substitution and/or command substitution, but stops short of evaluating the commands contained at the top level of the script. 阅读全文
posted @ 2014-02-04 13:05 greencolor 阅读(182) 评论(0) 推荐(0) 编辑
摘要: foreach lstnr [array name futureRequests] {set fullRequest $futureRequests($lstnr)puts "$lstnr: $fullRequest"} 阅读全文
posted @ 2014-02-04 12:41 greencolor 阅读(171) 评论(0) 推荐(0) 编辑