diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-17 10:56:31 +0100 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-17 11:25:52 +0100 |
| commit | ed7dfeecb709723aa90259d67c3db49623f065a5 (patch) | |
| tree | 17a918c14592707e921a5807c33144c4e2addbe9 /liblali.c | |
| parent | d653fc6500f5a09eb509edf7ad0599ab1632ddc1 (diff) | |
add plural defun predicate
Diffstat (limited to 'liblali.c')
| -rw-r--r-- | liblali.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1672,6 +1672,8 @@ static char *stdlib = LISP( (defun zerop (x) (not (diff x +0))) + (defun plural (x) (diff x +0)) + (defmacro and args (fill ((algo args) t) ((algo (cdr args)) (car args)) |
