## Generic-function: SB-GRAY:STREAM-WRITE-BYTE [![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) > Implements WRITE-BYTE; writes the integer to the stream and > returns the integer as the result. ### Lambda list ```cl (stream integer) ```