shithub: kwa

ref: b8837029c5565f5ee91fabf205f740a380f4c972
dir: /test/t.getval/

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

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

}