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
/
negexp.awk
blob: 3b3a3c06160d2df51e076bea3b8a033e26f4cee6 (
plain
)
1
BEGIN
{
a
=
-
2
;
print
10
^
a
}