shithub: kwa

ref: 23b63e6c9668efb47e01ebfca03b0aed5cbbe327
dir: /test/t.3.x/

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