diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-13 19:37:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-13 19:37:19 -0800 |
commit | 64b06932ed7d8dd8c904e66a70a53ae4c8ec4448 (patch) | |
tree | 643059d8904fda99b240ae6756100943a7a1c3e5 /txr.1 | |
parent | ef47dfe4fcb7c1be369ae83221386b9da6474a1e (diff) | |
download | txr-64b06932ed7d8dd8c904e66a70a53ae4c8ec4448.tar.gz txr-64b06932ed7d8dd8c904e66a70a53ae4c8ec4448.tar.bz2 txr-64b06932ed7d8dd8c904e66a70a53ae4c8ec4448.zip |
* arith.c (evenp, oddp): New functions.
* eval.c (eval_init): New functions registered as intrinsics.
* lib.h (evenp, oddp): Declared.
* txr.1: Documentation stub updated.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4815,7 +4815,7 @@ The following are Lisp functions and variables built-in to TXR. .SS Functions fixnump, bignump, numberp -.SS Function zerop +.SS Functions zerop, evenp, oddp .SS Relational functions >, <, >= and <= |