Or maybe a simpler, but less applicable, example: (let ((x 2)) (let ((y x)) (let ((x 3)) y))) => 2 NOT 3.