home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / bc-1.03-base.tgz / bc-1.03-base.tar / fsf / bc / Test / mul.b < prev    next >
Text File  |  1994-11-04  |  76b  |  8 lines

  1. scale = 20
  2. for (i=0; i<1000; i++) {
  3.   for (j=1; j<100; j++) b=i*j
  4. }
  5. b
  6. quit
  7.  
  8.