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
/
mbprintf2.awk
blob: 46c68135db5eddc204c9e8ffe2a5bc81e79e7c56 (
plain
)
1
2
3
4
BEGIN
{
printf
"%c
\n
"
,
65
printf
"%c
\n
"
,
"AA"
}