chickadee » srfi-135 » write-textual

write-textual textual #!optional port start endprocedure

Analogous to R7RS write-string. Writes textual to port, which defaults to the current output port. If start or end are provided, then only a subtext(ual) of textual is written.