aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.for3
blob: 96d581800a2bb1df3b732db2e6ae079f3cb3dd7e (plain)
1
2
3
4
5
6
7
8
{ for (i = 1; length($i) > 0; i++)
	print i, $i
}
{ for (i = 1;
	 length($i) > 0;
	 i++)
	print $i
}