xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.getval
(revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{ # tests various resetting of $1, $0, etc.
2
3
$1 = length($1) + length($2)
4
print $0 + 0
5
6
}
7