ref: 8da361bb89c76cf969d6c85f4364cb84475938cc dir: /testdir/t.3.x/
{ x = $1 while (x > 1) { print x x = x / 10 } }