Compares two things and returns true if they are the same
in the sense of being interchangable. Implementations use the special variable
*samep-tolerance* to specify how close two things need to be in order to be
'the same'. See nearly-samep too.
| samep < > < > |
| samep < fixnum > < fixnum > |
| samep < list > < list > |
| samep < list > < > |
| samep < > < list > |
| samep < > < > |
| samep < number > < number > |
| samep < pathname > < pathname > |
| samep < real > < real > |
| samep < string > < string > |
| samep < t > < t > |
| samep < > < > |