Generic Function
stream
stream-advance-to-column stream column => result
A stream.
An integer.
A boolean.
stream-advance-to-column writes enough blank spaces to stream to ensure that the next character is written at column. The generic function returnst if the operation is successful, ornil if it is not supported for this stream. print andformat ~t. The default method usesstream-line-column and repeated calls tostream-write-char with a#\Space character, and returnsnil ifstream-line-char returnsnil. stream-line-column