Arc Cross Reference

is

[procedure] is obj obj2 ...

Compares objects. Returns t if all are the same, otherwise nil.

As of arc0, objects are compared by scheme:eqv?, except strings that are compared by scheme:string=?.

See also: iso.