Prints a newline to the command line
Supported Platforms: Windows, Mac OS, and Web
Signature
(terpri)
No arguments.
Return Values
Type: nil
Always returns nil.
Remarks
The terpri function is not used for file I/O. To write a newline to a file, use prin1, princ, or print.
Examples
N/A