Vocabularyio.stylesInputs and outputsWord descriptionCalls a quotation which emits a series of equal-length table rows using
with-row. The results are laid out in a tabular fashion on
output-stream.
The
style hashtable holds table style information. See
Table styles.
ExamplesUSING: io.styles prettyprint sequences ;
{ { 1 2 } { 3 4 } }
H{ { table-gap { 10 10 } } } [
[ [ [ [ . ] with-cell ] each ] with-row ] each
] tabular-output
ErrorsThrows an error if the I/O operation fails.
See alsotable-gap,
table-border,
stream-write-tableDefinition