shithub: trueawk

ref: cfe6b6b99d841c0f46d090265e0aa882feee411f
dir: /testdir/t.3.x/

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