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
Fastest Entity Framework Extensions
Bulk Insert
Bulk Delete
Bulk Update
Bulk Merge
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