shithub: kwa

ref: b8837029c5565f5ee91fabf205f740a380f4c972
dir: /test/t.3.x/

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