shithub: kwa

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

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

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

}