blob: 8000060452fa9441e0391a5edcf7c44c96f81318 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 quoted_array unquote(quoted_array arr);
3 string|symbol unquote(symbol sym);
4
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
9BEISPIELE:
10 unquote('foo); ergibt: "foo"
11 unquote( '({1,2,3}) ); ergibt: ({1,2,3})
12
13AENDERUNGEN
14 Eingefuehrt in LDMud 3.2.9.
15
16SIEHE AUCH
17 quote(E), symbolp(E)