shithub: kwa

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

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