shithub: trueawk

ref: 2a3ee1c2e3e1ea6477ca8715bf1531dbf34367a1
dir: /testdir/t.3.x/

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