shithub: kwa

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

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

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

}