source: trunk/essentials/sys-apps/gawk/extension/testordchr.awk

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 109 bytes
Line 
1BEGIN {
2 extension("./ordchr.so", "dlload")
3
4 print "ord(\"a\") is", ord("a")
5 print "chr(65) is", chr(65)
6}
Note: See TracBrowser for help on using the repository browser.