Handbook
Glossary
($block) ( quot -- )
Factor handbook
»
Developer tools
»
Help system
»
Writing documentation
»
Element types
»
Markup element utilities
Prev:
($span) ( quot -- )
Vocabulary
help
.
markup
Inputs
quot
a
quotation
Outputs
None
Word description
Prints a block markup element with newlines before and after.
Definition
USING:
kernel
namespaces
;
IN:
help.markup
:
($block)
( quot -- )
?nl
span
last-element
set
call
block
last-element
set
;
inline