shithub: kwa

ref: 8e3c92b4eae6ff958d8af946caf6fb7d7f3bfbf7
dir: /test/t.3.x/

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