Word description Gives the proper indefinite singular article (a or an) for the word. For words which begin with a vowel sound, an is used, whereas a is used for words which begin with a consonant sound.
Notes The output does not contain the input. The output of this word is always a singular article, regardless of the plurality of the input.
Examples
USING: english kernel combinators sequences io ;
"object" [ a/an ] keep " " glue print an object