| Allegro CL version 8.1 This page is new in 8.1. |
Arguments: character
Returns true if either digit-char-p returns true for the specified character or the character is a space.
character should be a character. Otherwise it is an error.
This function is handy as a predicate function in the *template-chars*
association
list, to allow the user to type either a numeral or a space at a
certain position.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. |