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: b67a5c57d170b3e16da397f17b8a078a78babc17 (
plain
)
1
2
3
4
5
BEGIN
{
s
==
"hello, world"
;
s
+
1
;;
}