Blob Blame History Raw
scale = 20
a=2/3
for (i=0; i<1000; i++) {
  for (j=1; j<100; j++) b=a/j
}
b
quit