xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.vf
(revision 4e579ad047720775ab580b74192c7de8a3386fea)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN { i = 1 }
2
{print $(i+i)}
3
{print $(1)}
4