shithub: trueawk

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

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