shithub: kwa

ref: f01859c469dac3ed01d36a656cce03f0b63abae1
dir: /test/t.6/

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