| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |