A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw60/CLHS/Body/f_char_c.htm below:

CLHS: Function CHAR-CODE

CLHS: Function CHAR-CODE Function CHAR-CODE

Syntax:

char-code character => code

Arguments and Values:

character---a character.

code---a character code.

Description:

char-code returns the code attribute of character.

Examples:

;; An implementation using ASCII character encoding 
;; might return these values:
(char-code #\$) =>  36
(char-code #\a) =>  97

Affected By: None.

Exceptional Situations:

Should signal an error of type type-error if character is not a character.

See Also:

char-code-limit

Notes: None.


Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4