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
/
lintplus.awk
blob: 3c4e76c491a2c85a7ab08cb02e57d642ffaef54c (
plain
)
1
BEGIN
{
y
=
substr
(
"abc"
,
2
,
2
)
+
"d"
;
print
y
}