Blob Blame History Raw
scale = 50
for (a=0; a<=100; a += 20) {
  for (b=0; b<=300; b += 20) x=j(a,b)
  x
}
quit