Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
cl:notevery
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm
Implementation
(
define
(
cl:notevery
pred
.
ls
)
(
not
(
apply
cl:every
pred
ls
)))
;@
Back to Index