*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Tcl/while (3)              
Title
Content
Arch
Section
 

Contents


while(3Tcl)							   while(3Tcl)


NAME    [Toc]    [Back]

     while - Execute script repeatedly as long as a condition is met

SYNOPSIS    [Toc]    [Back]

     while test	body

DESCRIPTION    [Toc]    [Back]

     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.

KEYWORDS    [Toc]    [Back]

     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
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service