shithub: kwa

ref: 52a6023c85229ee680e0cb53df168cac214a915e
dir: /test/t.6/

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