diff options
Diffstat (limited to 'test/ordchr.awk')
-rw-r--r-- | test/ordchr.awk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ordchr.awk b/test/ordchr.awk new file mode 100644 index 00000000..abb793a0 --- /dev/null +++ b/test/ordchr.awk @@ -0,0 +1,5 @@ +@load "ordchr" + +BEGIN { + print chr(ord("A")) +} |