On 2013-11-11, Jorge Barros de Abreu <ficmatin10 at gmail.com> wrote:
> I do not view the quotes on the outputs.
> Do not have quotes??
> If the variable stringdisp is true then quotes is showed/viewed.
> Or do not have quotes to view???
>
> The function @code{labels} quotes its arguments.
To say that a Maxima function "quotes its arguments" means only that the
function does not evaluate its arguments. E.g., suppose symbol foo has
the value 100. kill is a function which quotes its arguments --
therefore when kill(foo) is evaluated, the argument is foo, not 100 (the
value of foo).
best
Robert Dodier