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
/
ordchr.awk
blob: abb793a0987a46493c7a96c8363074291190df72 (
plain
)
1
2
3
4
5
@load
"ordchr"
BEGIN
{
print
chr
(
ord
(
"A"
))
}