$curious ( element -- ) (original) (raw)
$curious ( element -- )
Factor handbook » Developer tools » Help system » Writing documentation » Element types » Block elements
Prev: | $code ( element -- ) |
---|---|
Next: | $example ( element -- ) |
Inputs
element | a markup element |
---|
Outputs
None
Word description
Prints a heading followed by a markup element.
Notes
This element type is used by the cookbook-style introductory articles in the Factor handbook.
Definition
: $curious ( element -- )
"For the curious..." $heading print-element ;