shithub: kwa

ref: 34c2bbec85008430bd4858c2b12ce0dbbc47acb0
dir: /test/t.3.x/

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