0 votes
in LISP by
Explain what is a predicate in LISP?

1 Answer

0 votes
by

Predicates are one type of functions that test their arguments for specific conditions and returns nil value if condition is false and if condition is true it retrieves some non-nil value.

Related questions

0 votes
asked Feb 27, 2023 in JAVA by Robindeniel
0 votes
asked Mar 4, 2021 in LISP by SakshiSharma
0 votes
asked Mar 4, 2021 in LISP by SakshiSharma
...