Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
64ff020cb4
4 changed files with 28 additions and 22 deletions
1
resources/count.lsp
Normal file
1
resources/count.lsp
Normal file
|
|
@ -0,0 +1 @@
|
|||
(DEFUN COUNT (L) (COND ((EQ '() L) 0) (T (PLUS 1 (COUNT (CDR L))))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue