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:
BASIC Source File  |  1989-01-06  |  175 b   |  12 lines

  1. common shared b
  2.  
  3. print:print "in main";
  4.  
  5. b=1
  6.  
  7. for i=0 to 1
  8.     print:print "Value of b variable is "b;
  9.     call nest1(i)
  10. next
  11. print:print fre(""),fre(0),fre(-1),fre(-2)
  12.