github.com/benhoyt/goawk@v1.8.1/testdata/t.6b (about) 1 /a|b|c/ { 2 print 3 for (i = $1; (i /= 10)>= 1; ) 4 print " ", i 5 }