aboutsummaryrefslogtreecommitdiffstats
path: root/test/ordchr.awk
blob: abb793a0987a46493c7a96c8363074291190df72 (plain)
1
2
3
4
5
@load "ordchr"

BEGIN {
   print chr(ord("A"))
}