equal
builtin-function
(equal a b)
Same as =. Returns true if a and b are eql or equal after numeric type conversion.
=
a
b
eql
make-html > (= 1 1.0) it: true make-html > (= 1 #c(1 0)) it: true