xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
examples
/
awk
/
t.vf
(revision 6e2462f93bf3de7b08885a4677464e11be3c807b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN { i = 1 }
2
{print $(i+i)}
3
{print $(1)}
4