shithub: kwa

ref: 4defc0a705893f36adeed5ffd358b4d178ee8f31
dir: /test/t.6/

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