shithub: trueawk

ref: 0575fbc687f4ce8de6e25848350069a44bbe48ff
dir: /testdir/t.getval/

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

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

}