shithub: trueawk

ref: 07f04384230b0c4cb8c47da7b5a6aebdea992b1e
dir: /testdir/t.getval/

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

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

}