source:
trunk/essentials/sys-apps/gawk/extension/testordchr.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 109 bytes |
Line | |
---|---|
1 | BEGIN { |
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.