shithub: kwa

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

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