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