aboutsummaryrefslogtreecommitdiff
path: root/testdir/p.39
blob: ea6bdbe8ffe8f42982712e62c152c05e4d86d10c (plain)
1
2
3
4
5
6
{	i = 1
	while (i <= NF) {
		print $i
		i++
	}
}