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

Prev:$see-also ( topics -- )
Next:$maybe ( element -- )


Vocabulary
help.markup

Inputs
elementan array with shape { class }


Outputs
None

Word description
Produces the text “a class” or “an class”, depending on the first letter of class.

Examples
{ $instance string } print-element
a
string
{ $instance integer } print-element
an
integer
{ $instance f } print-element

f

Definition