write-cell ( str -- )
Factor handbook » Input and output » Formatted output » Formatted output on the default stream

Prev:with-cell ( quot -- )


Vocabulary
io.styles

Inputs
stra string


Outputs
None

Word description
Outputs a table cell containing a single string. This word can only be called inside the quotation given to with-row.

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

Definition