xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
opasnslf.awk
(revision 3f8c0768c028803de6022c542bbd9e9e6f08289f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
print
b
+=
b
+=
1
3
b
=
6
4
print
b
+=
b
++
5
print
b
6
}
7