programming.nbk: Home | Index | Next Page: Tcl: list operations | Previous Page: Tcl: lindex


 Tcl: list

Create a list.

list ?arg arg ...?

    list a b "c d e  " "  f {g h}"
    will return 
    a b {c d e  } {  f {g h}}

programming.nbk: Home | Index | Next Page: Tcl: list operations | Previous Page: Tcl: lindex


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time