- stream-car streamprocedure
stream-car returns the object in the stream-car field of a stream-pair. It is an error to attempt to evaluate the stream-car of stream-null.
(stream-car (stream 'a 'b 'c)) => a (stream-car stream-null) => error (stream-car 3) => error