I
I
Ilya2014-02-20 15:51:07
Lisp
Ilya, 2014-02-20 15:51:07

Predicate for determining the number of LISPs

How to determine (what is the predicate) that the current element of the list is a number and not a string? (muLisp dialect)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2014-02-20
@rpsv

Type predicates:
- numberp (number or not)
- atom (atom or not)
- symbolp (symbol or not)
- listp (list or not)
asked himself, answered himself))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question