home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gnu
/
octave-1.1.1-src.lha
/
octave-1.1.1
/
test
/
octave.test
/
while
/
while-1.m
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
|
1995-01-03
|
61 b
|
6 lines
i = 0;
while (eye (2))
i++;
printf ("%d\n", i);
endwhile