chickadee » rope » rope=?

(rope=? rope1 rope2 [ropeN ...]) => booleanprocedure

rope=? tests whether two ropes represent the same string. Fast paths are provided on eq?ity and rope-length; otherwise, this comparison is O(n).