Tcl – Built-in Functions

Tcl provides a number of built-in functions (procedures) for various operations. Tcl includes below listed built-in functions − Functions for list handling.Functions for string handling.Functions for array handling.Functions for dictionary handling.Functions for File I/O handling.Functions for creating namespaces and packages in Tcl Built-in…

Continue ReadingTcl – Built-in Functions

Tcl – Lists

  • Post author:
  • Post category:Tcl
  • Post comments:1 Comment

List is one of the basic data-type available in Tcl Lists. This Tcl lists is used for representing an ordered collection of items. It can include different types of items…

Continue ReadingTcl – Lists