shithub: kwa

ref: 34c2bbec85008430bd4858c2b12ce0dbbc47acb0
dir: /test/t.6/

View raw version
/a|b|c/	{
	i = $1
	print
	while (i >= 1) {
		print "	", i
		i = i / 10
	}
}