(defun t12 (tuple) "x -> x ; y -> Byb" (cons (car tuple) (pinch (concatenate 'string "B" (cdr tuple) "b"))))