| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |