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-5.m
< 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
|
1995-01-03
|
102 b
|
9 lines
i = 0;
while (++i < 5)
if (i < 3)
continue;
endif
printf ("%d", i);
endwhile
printf ("\n");