lispdoc - results for write-sequence |
(write-sequence seq stream &key (start 0) (end nil)) | Function: Write the elements of SEQ bounded by START and END to STREAM.
|
| Mentioned in: HyperSpec - Function WRITE-SEQUENCE PCL - file output PCL - implementing shoutcast | |
(trivial-gray-streams:stream-write-sequence stream sequence start end &allow-other-keys) | Undocumented
|
(write-string string &optional (stream *standard-output*) &key (start 0) end) | Undocumented
|
| Mentioned in: CLtL2 - 22.3.1. Output to Character Streams CLtL2 - 27.3. Dynamic Control of the Arrangement of Output CLtL2 - A.2.5. Collectors HyperSpec - Function WRITE-STRING, WRITE-LINE PCL - anonymous functions PCL - file output Successful Lisp - chapter19 | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |