I am still learning about "progn",but rather difficult to understand it,can someone's inform to me,how to interpreting it with simple and clear,and give me sample,here original from autocad help. (if (= a b) (progn (princ " A = B ") (setq a (+ a 10) b (- b 10)) )) Thanks a lot for kind Best regards Ade Suharna