home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progmisc
/
ovl312
/
ovl312.arc
/
BNEST4.BAS
< prev
next >
Wrap
BASIC Source File
|
1989-01-06
|
127b
|
8 lines
common shared b
sub nest4(i) static
print:print"in nest4";i;
print:print "Value of b variable is "b;
b=b+1
end sub