aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.3.x
blob: a5be10bee31a4bdebf8e524bafb24d06062496cd (plain)
1
2
3
4
5
6
7
{
x = $1
while (x > 1) {
	print x
	x = x / 10
}
}