write(obj, stream = current_writer())
Write the compiled (or internal) representation of the object obj to the output-stream. Return void.
obj
void
write([1, 2, 3]) //> (1 2 3) write("hello, world") //> "hello, world"
Core Module Index | Contents