Writes the entire object as a string and returns the result code. This function is binary safe.
number = write(object)
ParameterDescription object Object to be written to standard output.
Returns the number of bytes written.
io.write()