shithub: kwa

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

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

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

}