xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.fun
(revision 2d1d418e1e7bc8325bb052185c17c81a674d0c4e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function g() { return "{" f() "}" }
2
function f() { return $1 }
3
{ print "<" g() ">" }
4