blob: 689947b2cce2be63e2e8a03bdf96a75202e1c466 [file] [log] [blame]
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)