xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.set1
(revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function f(x) { x = 1; print x }
2
{ f($0)
3
f($1) }
4