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