write-object ( str obj -- )
Factor handbook » Input and output » Formatted output » Text styles » Presentations

Prev:presented


Vocabulary
io.styles

Inputs
stra string
objan object


Outputs
None

Word description
Writes a string to output-stream, associating it with the object. If formatted output is supported, the string will become a clickable presentation of the object, otherwise this word behaves like a call to write.

Errors
Throws an error if the I/O operation fails.

Definition