;;; HWorld.lsp ;;; ================================================== ;;; ;;; =========== HELLO WORLD SIMULATION ============== ;;; ;;; ================================================== ;;; ;;; This function simply returns the string Hello World that is in quotes. (DEFUN HELLO () "HELLO WORLD" )Click here to download the source code.