すべて | Icon | Lego | Military | Other | Politics | Soft | Tcl/Tk
Take control of open source security—discover ActiveState’s new management platform!
ActiveState Unveils Open Source Management Platform
ActiveState Unveils Open Source Management Platform
メールで送信BlogThis!X で共有Facebook で共有するPinterest に共有
© Yahoo Japan
最終更新: [2008/06/18]
リスト作成 list _values_: ex. set foo [list a b c] ==> puts $foo; a b c
ネストしたリスト ex. set foo [list a [list b c] d e]==> puts $foo; a {b c} d e
ex. set bar abc ==> puts $bar: abc
ex. set foo $bar ==> puts $foo: abc
展開なし {_block_}: ex. set foo {$bar} ==> puts $foo: $bar
2009.11.16 Tcl/Tk 8.5.8 SourceForgeのサイトでリリースされました。