RIP
Tutorial
Tags
Topics
Examples
eBooks
Download tcl (PDF)
tcl
Getting started with tcl
Control Structures
Adding a new control structure to Tcl
if / while / for
List iteration: foreach
Dictionaries
Expressions
Pathnames and filenames
Procedure arguments
Regular Expressions
Tcl Language Constructs
Variables
tcl
Getting started with tcl
Control Structures
Adding a new control structure to Tcl
if / while / for
List iteration: foreach
Dictionaries
Expressions
Pathnames and filenames
Procedure arguments
Regular Expressions
Tcl Language Constructs
Variables
tcl
Control Structures
Syntax
if expr1 ?then? body1 elseif expr2 ?then? body2 ... ?else? ?bodyN?
for start test next body
while test body
foreach varlist1 list1 ?varlist2 list2 ...? body
Remarks
Documentation:
break
,
for
,
foreach
,
if
,
switch
,
uplevel
,
while
Control Structures Related Examples
Adding a new control structure to Tcl
if / while / for
List iteration: foreach
PDF
- Download
tcl
for free
Previous
Next
This modified text is an extract of the original Stack Overflow Documentation created by following
contributors
and released under
CC BY-SA 3.0
This website is not affiliated with
Stack Overflow
Email:
tutorialpedia@outlook.com