This shows you the differences between two versions of the page.
cl:functions:echo-stream-input-stream [2019/11/11 05:00] |
cl:functions:echo-stream-input-stream [2021/01/20 16:00] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Function ECHO-STREAM-INPUT-STREAM, ECHO-STREAM-OUTPUT-STREAM ====== | ||
+ | |||
+ | ====Syntax==== | ||
+ | * **echo-stream-input-stream ** //echo-stream// → //input-stream// | ||
+ | * **echo-stream-output-stream** //echo-stream// → //output-stream// | ||
+ | |||
+ | ====Arguments and Values==== | ||
+ | //echo-stream// - an //[[CL:Glossary:echo stream]]//. | ||
+ | //input-stream// - an //[[CL:Glossary:input]]// //[[CL:Glossary:stream]]//. | ||
+ | //output-stream// - an //[[CL:Glossary:output]]// //[[CL:Glossary:stream]]//. | ||
+ | |||
+ | ====Description==== | ||
+ | **echo-stream-input-stream** returns the //[[CL:Glossary:input]]// //[[CL:Glossary:stream]]// from which //echo-stream// receives input. | ||
+ | |||
+ | **echo-stream-output-stream** returns the //[[CL:Glossary:output]]// //[[CL:Glossary:stream]]// to which //echo-stream// sends output. | ||
+ | |||
+ | ====Examples==== | ||
+ | None. | ||
+ | |||
+ | ====Side Effects==== | ||
+ | None. | ||
+ | |||
+ | ====Affected By==== | ||
+ | None. | ||
+ | |||
+ | ====Exceptional Situations==== | ||
+ | None. | ||
+ | |||
+ | ====See Also==== | ||
+ | None. | ||
+ | |||
+ | ====Notes==== | ||
+ | None. | ||
+ | |||
+ | \issue{STREAM-ACCESS:ADD-TYPES-ACCESSORS} | ||