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