(terpri)


Print a carriage return.


This function prints a new line to the command prompt area, and returns nil.

Example

Code Returns:
(terpri) Carriage return.
nil

NOTE Do not use this function to print a new line in a file. For that, use print or princ instead.

Tell me about...

(prompt string)

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language