| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments:
This returns the case translation gravity of the running Lisp. This
value is determine at startup and is either :local
(in modern Lisps, where the case mode
is :case-sensitive-lower
)
or :common
(in ANSI Lisps, where the case mode is
:case-insensitive-upper
). The value is changed if
the case mode is changed. This function is used by in-case-mode. See that macro for more
information.
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 |