Vocabulary html .
streams Inputs Outputs Word description Calls the quotation in a new dynamic scope with
output-stream rebound to an
html-writer . When the quotation returns, outputs the accumulated HTML markup.
Examples USING: io io.styles html.streams xml.writer ;
[ "Hello" { { font-style bold } } format nl ] with-html-writer write-xml<span style="font-style: normal; font-weight: bold; ">Hello</span><br/>
Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2287, heads/master-f4b0c147f7, Dec 15 2024 19:35:07)