| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
If true, the Common Lisp function
intern will accept a symbol as
its first (required) argument as well as a string. If that argument is
a symbol, intern extracts its print name and uses that string to look
up an existing symbol or create a new one. The initial value
is t
. When the value of this variable is
nil
, intern signals an error when passed a symbol as
its first argument.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |