xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.set1
(revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
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