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: 4be76b1e658939ea274b4f83750cad265e8fb649 (
plain
)
1
2
3
4
5
6
7
8
9
10
BEGIN
{
s
==
"hello, world"
;
s
+
1
;;
"s"
1
"a"
42
q
=
42
q
}