|
while(3Tcl) while(3Tcl)
while - Execute script repeatedly as long as a condition is met
while test body
The while command evaluates test as an expression (in the same way that
expr evaluates its argument). The value of the expression must a proper
boolean value; if it is a true value then body is executed by passing it
to the Tcl interpreter. Once body has been executed then test is
evaluated again, and the process repeats until eventually test evaluates
to a false boolean value. Continue commands may be executed inside body
to terminate the current iteration of the loop, and break commands may be
executed inside body to cause immediate termination of the while command.
The while command always returns an empty string.
boolean value, loop, test, while
PPPPaaaaggggeeee 1111 [ Back ]
|
Similar pages
|
Name
|
OS
|
Title
|
wcstol
|
FreeBSD
|
convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
wcstoumax
|
FreeBSD
|
convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
wcstoimax
|
FreeBSD
|
convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
wcstoull
|
FreeBSD
|
convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
wcstoll
|
FreeBSD
|
convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
wcstoul
|
FreeBSD
|
convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
doconfig
|
IRIX
|
execute a configuration script
|
uplevel
|
IRIX
|
Execute a script in a different stack frame
|
fileevent
|
IRIX
|
Execute a script when a file becomes readable or writable
|
wcstol
|
IRIX
|
convert wide character string to long integer, unsigned long integer, long long integer, unsigned long long in
|
|
|