blob: 9e8fad09e6a0e9b2715cf7478696a68e53b82624 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 quoted_array unquote(quoted_array arr)
3 string|symbol unquote(symbol sym)
MG Mud User88f12472016-06-24 23:31:02 +02004
5BESCHREIBUNG
6 Entfernt ein Quote von einem gequoteten Array oder Symbol. Wenn das
7 letzte Quote von einem Symbol entfernt wird, entsteht ein String.
8
Zesstrad59c3892019-11-28 20:53:39 +01009BEISPIELE
MG Mud User88f12472016-06-24 23:31:02 +020010 unquote('foo); ergibt: "foo"
11 unquote( '({1,2,3}) ); ergibt: ({1,2,3})
12
Zesstrad59c3892019-11-28 20:53:39 +010013GESCHICHTE
MG Mud User88f12472016-06-24 23:31:02 +020014 Eingefuehrt in LDMud 3.2.9.
15
16SIEHE AUCH
17 quote(E), symbolp(E)