Prevent extension functions running in strict mode
This commit is contained in:
parent
6d887ff19b
commit
e8d91f5f76
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