
Next: Numerical and String
Up: Special Forms and
Previous: (Single and Re-)
-
(equal x y)
-
(eq x y)
-
(eql x y) : same as eq (in COMMON LISP,
eq is different from eql in that it is not guaranteed
that eq works for numbers depending on their internal
representation; in LL, eq and eql
are identical since the abstract machine for LL,
the LLAMA (see chapter 5), represents numbers just like
all other constants)