(dolist (target '(a b c))
  (if (eql 'b target) (return target)))