shithub: kwa

ref: 8e3c92b4eae6ff958d8af946caf6fb7d7f3bfbf7
dir: /test/t.getval/

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

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

}