Manual contents for labels function



On 2013-11-11, Stavros Macrakis <macrakis at alum.mit.edu> wrote:

> Oh, yuck: labels(inchar) == labels(is_this_possible) == labels(i) ==
> labels(%i) == labels(%i_feel_ill).  It is looking at the first character of
> the symbol, or the second if the first is %. It just happens that the
> variable name "inchar" starts with an i....

How about if we change labels to evaluate its argument, and to make it
compare the whole string instead of just the first character. It is not
too important but we may as well make it do something useful, rather
than the current hodgepodge.

best

Robert Dodier