Handbook
Glossary
with-row ( quot -- )
Factor handbook
»
Input and output
»
Formatted output
»
Formatted output on the default stream
Prev:
tabular-output ( style quot -- )
Next:
with-cell ( quot -- )
Vocabulary
io
.
styles
Inputs
quot
a
quotation
Outputs
None
Word description
Calls a quotation which emits a series of table cells using
with-cell
. This word can only be called inside the quotation given to
tabular-output
.
Errors
Throws an error if the I/O operation fails.
Definition
USING:
make
;
IN:
io.styles
:
with-row
( quot -- )
{
}
make
,
;
inline