## Generic-function: SB-GRAY:STREAM-TERPRI [![package](https://img.shields.io/badge/Package-SB--GRAY-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Generic--Function-5f9ea0.svg?style=social&colorA=999999)](../#generic-function) > Writes an end of line, as for TERPRI. Returns NIL. The default > method does (STREAM-WRITE-CHAR stream #NEWLINE). ### Lambda list ```cl (stream) ```