| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. Minimal update since 8.0 release. | ||||||||||
The value of this variable is an association list describing how various characters in a template-string are to be interpreted. The initial value of this list is:
((#\space graphic-char-p #\space) (#\c alphanumericp #\space) (#\a alpha-char-p #\space) (#\9 digit-char-p #\space))
Each entry consists of
nil if the character passed to it is allowed), and
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. Minimal update since 8.0 release. | ||||||||||