[ Team LiB ] Previous Section Next Section

Related Chapters

  • Arrays are the other main data structure in Tcl. They are described in Chapter 8.

  • List operations are used when generating Tcl code dynamically. Chapter 10 describes these techniques when using the eval command.

  • The foreach command loops over the values in a list. It is described on page 79 in Chapter 6.

    [ Team LiB ] Previous Section Next Section