ref: 3cd994e757586d7a6f54c2e6987065a958bf455e dir: /test/t.3.x/
{ x = $1 while (x > 1) { print x x = x / 10 } }