Go to the first, previous, next, last section, table of contents.


writeSubstringToStream

Function: writeSubstringToStream { string start stop stream -> }
file: job.t
package: muf
status: alpha

This command writes the indicated substring of string to stream. (Since it is implemented as a server primitive, it can do this without actually generating a garbage substring in the process.)

stack:
"abc\ndef" 1 4 @$s.standardOutput writeSubstringToStream
bc
stack:


Go to the first, previous, next, last section, table of contents.