home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
Shells
/
zsh
/
Source
/
help
/
while
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-08
|
267 b
|
9 lines
while list
do list
done Execute the do list as long as the while
list returns a zero exit status.
while ( list ) {
list
} An alternate form of while.