![[index]](../icons/index.gif)
Next: put-fixed
Up: editor-stream-out
Previous: ok?
Writes data to a stream. Writing to a bad stream has no effect.
- (send an-editor-stream-out put n v) -> editor-stream-out% object
n : exact non-negative integer
v : string
Writes n characters of the string v. The string
v may contain null characters.
- (send an-editor-stream-out put v) -> editor-stream-out% object
v : string
Writes v. If v has a null character, it will be
truncated.
- (send an-editor-stream-out put v) -> editor-stream-out% object
v : exact integer
Writes an integer.
- (send an-editor-stream-out put v) -> editor-stream-out% object
v : real number
Writes a floating-point number.
PLT