$quotation ( element -- )
Factor handbook » Developer tools » Help system » Writing documentation » Element types » Block elements

Prev:$or ( element -- )
Next:$sequence ( element -- )


Vocabulary
help.markup

Inputs
elementan array with shape { effect }


Outputs
None

Word description
Produces the text “a quotation with stack effect effect”.

Examples
{ $quotation ( obj -- ) } print-element

a quotation with stack effect ( obj -- )

Definition