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
/
concat3.awk
blob: 554c9a904b245d038b2a6244dd60a841ca6714ae (
plain
)
1
BEGIN
{
a
;
a
=
a
(
b
"c"
);
print
a
;
print
b
}