SYNOPSIS | |
mixed quote(mixed arg); | |
BESCHREIBUNG | |
Konvertiert ein Array zu einem quoted Array und Strings zu Symbolen. | |
Symbole und quoted Arrays werden erneut gequoted. | |
BEISPIEL | |
quote("foo") -> 'foo | |
quote(({1,2,3})) -> '({1,2,3}) | |
SIEHE AUCH | |
sympolp(E), unquote(E) |