xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.fun1
(revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function f(a,b,c) { print "hello" }
2
NR < 3 { f(1,2,3) }
3