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