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...