write_n_chars(str, start, end, s = current_writer())
Write the characters in the range start to end from the string str to the character output-stream s.
start
end
str
s
Return the number of characters written.
Core Module Index | Contents