efun: quote.de


SYNOPSIS:

        mixed quote(mixed arg);

BESCHREIBUNG:

        Konvertiert ein Array zu einem quoted Array und Strings zu Symbolen.
        Symbole und quoted Arrays werden erneut gequoted.

BEISPIEL:

        quote("foo") -> 'foo
        quote(({1,2,3})) -> '({1,2,3})

AENDERUNGEN:

        Eingefuehrt in 3.2@70.

SIEHE AUCH:

        sympolp(E), unquote(E)

UNItopia (mudadm@UNItopia.de)