blob: 689947b2cce2be63e2e8a03bdf96a75202e1c466 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 mixed quote(mixed)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Converts arrays to quoted arrays and strings to symbols.
6 Symbols and quoted arrays get quoted once more.
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra715ec202025-07-09 22:18:31 +02008EXAMPLES
MG Mud User88f12472016-06-24 23:31:02 +02009 quote("foo") -> 'foo
10 quote(({1,2,3})) -> '({1,2,3})
11
Zesstra715ec202025-07-09 22:18:31 +020012HISTORY
13 Introduced in 3.2@70
Zesstrad59c3892019-11-28 20:53:39 +010014
Zesstra715ec202025-07-09 22:18:31 +020015SEE ALSO
16 symbolp(E), unquote(E)