Next Previous Up Top Contents Index

17 The STREAM package

stream-write-char

Generic Function

Summary

Writes a character to a specified stream.
Package

stream

Signature

stream-write-char stream character => character

Arguments

stream

A stream.

character

A character.

Values

character

A character.

Description

The generic functionstream-write-char writes character to stream. Every subclass offundamental-character-output-stream must have a method defined for this function.
See also

fundamental-character-output-stream

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker