shithub: kwa

ref: 681f270acd130d2c0d6aa78e1caf9dc3a1fcc3fb
dir: /test/t.3.x/

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