blob: 1cb90c5f1e8fe4a70031d4faa5e37bf19293f0c7 [file] [log] [blame]
/a|b|c/ {
print
for (i = $1; i >= 1; )
print " ", i /= 10
}