with-cell ( quot -- )
Factor handbook » Input and output » Formatted output » Formatted output on the default stream

Prev:with-row ( quot -- )
Next:write-cell ( str -- )


Vocabulary
io.styles

Inputs
quota quotation


Outputs
None

Word description
Calls a quotation in a new scope with output-stream rebound. Output performed by the quotation is displayed in a table cell. This word can only be called inside the quotation given to with-row.

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

Definition