home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Raytracing / Tools / RIP_DUST.LHA / dust / newexamples / for.bat next >
Encoding:
DOS Batch File  |  1995-03-04  |  110 b   |  12 lines

  1. for(i,1,3)
  2.  for(j,1,4)
  3.   calc(i*j)
  4.  end
  5.  for(k,4,1)
  6.   echo(text)
  7.  end
  8.  for(j,0.22,5.6,0.3)
  9.   calc(j)
  10.  end
  11. end
  12.