home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
asmutl
/
ovl301.arc
/
QBNEST.BAS
< prev
next >
Wrap
BASIC Source File
|
1989-01-06
|
175b
|
12 lines
common shared b
print:print "in main";
b=1
for i=0 to 1
print:print "Value of b variable is "b;
call nest1(i)
next
print:print fre(""),fre(0),fre(-1),fre(-2)