home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
PROG
/
ASSEMBLY
/
OVL301.ZIP
/
QBNEST.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
BASIC Source File
|
1989-01-06
|
175 b
|
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)