index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
intest.awk
blob: f030d07a41f0154a0af73e2614c2034d45673251 (
plain
)
1
2
3
4
BEGIN
{
bool
=
((
b
=
1
)
in
c
);
print
bool
,
b
# gawk-3.0.1 prints "0 "; should print "0 1"
}