shithub: kwa

ref: 681f270acd130d2c0d6aa78e1caf9dc3a1fcc3fb
dir: /test/t.getval/

View raw version
{ # tests various resetting of $1, $0, etc.

	$1 = length($1) + length($2)
	print $0 + 0

}