diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-14 07:56:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-14 07:56:27 -0800 |
commit | 02d5a8ff16d1aa82fab7b861788886c08e81f268 (patch) | |
tree | f1e77fa609be98d0a9dda84005e20ef75d14fc82 /txr.1 | |
parent | a86f247ea2a92a2b67b58eb7b5b7bc7f592d1773 (diff) | |
download | txr-02d5a8ff16d1aa82fab7b861788886c08e81f268.tar.gz txr-02d5a8ff16d1aa82fab7b861788886c08e81f268.tar.bz2 txr-02d5a8ff16d1aa82fab7b861788886c08e81f268.zip |
* arith.c (plus, minus, gt, lt, ge, le): Handle character operands.
* eval.c (eval_init): New functions interned.
* lib.c (num_chr, chr_num): New functions.
* lib.h (num_chr, chr_num): Declared.
* txr.1: Documentation stubs.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4959,6 +4959,8 @@ The following are Lisp functions and variables built-in to TXR. .SS Function chr-tolower +.SS Functions num-chr and chr-num + .SS Function chr-str .SS Function chr-str-set |