home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bc-102.zip / bc-1.02 / Test / jn.b < prev    next >
Text File  |  1991-12-16  |  80b  |  7 lines

  1. scale = 30
  2. for (a=0; a<5; a=a+2) {
  3.   for (b=0; b<100; b=b+10) x=j(a,b)
  4. }
  5. x
  6. quit
  7.