shithub: trueawk

ref: 8da361bb89c76cf969d6c85f4364cb84475938cc
dir: /testdir/t.for3/

View raw version
{ for (i = 1; length($i) > 0; i++)
	print i, $i
}
{ for (i = 1;
	 length($i) > 0;
	 i++)
	print $i
}