;;; ;;; ;;;> Author: Henry C. Francis ;;;> 425 N. Ashe St. ;;;> Southern Pines, NC 28387 ;;;> http://paracadd.com ;;;> All rights reserved. ;;; ;;;> COPYRIGHT: ;;;> EDITED: 11-28-2001 ;;; (DEFUN c:dumplst ( a / ) (FOREACH n a (PROGN (PRINC "\n")(PRINC n)(PRINC))) (PRINC) )