aboutsummaryrefslogtreecommitdiff
path: root/tests/files/bc/pi.txt
blob: 4ae0fa6453e95a79ec82ab446cfd1b78cd184ff6 (plain)
1
2
3
4
5
6
7
for (i = 0; i <= 100; ++i) {
	scale = i
	4 * a(1)
}

scale = 1000
4 * a(1)