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
/
noeffect.awk
blob: 472c408ee61c54d1c1057f430e8635c71c4a909c (
plain
)
1
2
3
4
5
6
BEGIN
{
s
==
"hello, world"
;
s
+
1
;;
"s"
1
}