| This may be obvious to experienced Lispers, but the tutorial states that the = operator's "...first argument isn't evaluated". However, later on in the tutorial I see that the result of (= (car x) 'z) sets x to (z b) (initially, x was (a b). Was the first argument to = evaluated here? |