Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
($span) ( quot -- )
Factor documentation
>
Factor handbook
>
Developer tools
>
Help system
>
Writing documentation
>
Element types
>
Markup element utilities
Prev:
simple-element
Next:
($block) ( quot -- )
Vocabulary
help.markup
Inputs and outputs
quot
a quotation
Word description
Prints an inline markup element.
Definition
USING:
io
kernel
namespaces
;
IN:
help.markup
:
($span)
( quot -- )
last-block?
[
nl
]
when
span
last-element
set
call
;
inline