home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Share Gallery 1
/
share_gal_1.zip
/
share_gal_1
/
LA
/
LA005.ZIP
/
OVL312.ARC
/
BNEST3.BAS
< prev
next >
Wrap
BASIC Source File
|
1988-08-08
|
99b
|
7 lines
sub nest3(i) static
print:print"in nest3";i;
for j=0 to 1
call nest4(j)
next j
end sub