Formatted output on the default stream
Factor handbook » Input and output » Formatted output

Prev:Formatted stream protocol
Next:Text styles


The below words perform formatted output on output-stream.

Formatted output:
format ( str style -- )

with-style ( style quot -- )

with-nesting ( style quot -- )


Tabular output:
tabular-output ( style quot -- )

with-row ( quot -- )

with-cell ( quot -- )

write-cell ( str -- )