shithub: kwa

ref: 703960d83de310d26c273c79c2f9abdd645e1eda
dir: /test/t.3.x/

View raw version
{
x = $1
while (x > 1) {
	print x
	x = x / 10
}
}