summaryrefslogtreecommitdiffstats
path: root/contrib/bc/Test/mul.b
blob: 1970ed1313101f6757e18b92a3e1a1a7f36e2ee3 (plain)
1
2
3
4
5
6
7
scale = 20
for (i=0; i<1000; i++) {
  for (j=1; j<100; j++) b=i*j
}
b
quit

OpenPOWER on IntegriCloud