Print a carriage return.
This function prints a new line to the command prompt area, and returns nil.
Example
NOTE Do not use this function to print a new line in a file. For that, use print or princ instead.
(prompt string)
LISP Compatibility
Programming Overview of LISP (LISt Processing) Language