
| 
SYNOPSIS
        mixed quote(mixed)
DESCRIPTION
        Converts arrays to quoted arrays and strings to symbols.
        Symbols and quoted arrays get quoted once more.
EXAMPLES
        quote("foo") -> 'foo
        quote(({1,2,3})) -> '({1,2,3})
HISTORY
        Introduced in 3.2@70
SEE ALSO
        symbolp(E), unquote(E)
 | 
| Die Seite ist auch in Deutsch vorhanden. | 
| Start » Magierhandbuch » Docu » Efun » Quote | Letzte Generierung: 25.04.2021, 01:58 | ||
| 
 |   |