Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width70%

Introduction

This page reviews some basic aspects of Tcl that are central in QTcl programming. In particular the difference between immediate and delayed evaluation of variables is discussed.

To learn more about Tcl, access the Tcl documentation or the Tcl tutorial section

Column
width30%



In this section:

Table of Contents
printablefalse

Strings and Lists

Strings in Tcl are simply concatenated characters. If the string contains white-space it must be delimited by quotes:

...