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