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