write_byte(b, s = current_writer())
Write the byte b to the binary output-stream s. The byte must be a non-negative integer in the range 0 - 255.
b
s
Return void.
void
Core Module Index | Contents