home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gawk-2.15.6-src.tgz
/
tar.out
/
fsf
/
gawk
/
test
/
inftest.awk
< prev
next >
Wrap
Text File
|
1996-09-28
|
101b
|
6 lines
BEGIN {
x = 100
do { y = x ; x *= 1000; print x,y } while ( y != x )
print "loop terminated"
}