Method code for $string.prefix_a_or_an()

[Turn on line numbering]
arg str;

anticipate_assignment();
return $english_lib.indef_article(str) + " " + str;

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon