$instance ( element -- ) (original) (raw)
Inputs
element | an 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
{ $instance integer } print-element
an
integer
{ $instance f } print-element
Definition
: $instance ( element -- ) first ($instance) ;