| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. Minimal update since 8.1 release. 8.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-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. Minimal update since 8.1 release. 8.0 version |