shithub: kwa

ref: 1ffa8bd8f32394b7c972bf6d15d27007d22cf33c
dir: /test/t.3.x/

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