(defun ekdToggle (f @[EMAIL PROTECTED] (valuesPair (list t nil))) "When you want the OTHER value a function returns." (car (remove (f) valuesPair))) > (ekdToggle 'leIsInstSelectable) *Error* eval: undefined function - f Hey! What gives?