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