Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 97:
Scheme has three different types of equality.
; eqv?:
; eq?: Returns #t in mostly the same situations as eqv? but uses some finer distinctions.
; equal?: Compares the content of data structures such as lists, vectors and strings to determine if they are the same.
|