You are on page 1of 1

(deffunction mostrar()

(printout t "Deftemplate actuales: " )


(list-deftemplates)
(printout t "ingresa el nomnre del deftempolate a mostrar: ")
(bind ?nom(read))
(ppdeftemplate ?nom)
)

You might also like