Convert the first character of str to ASCII.
This function converts the first character of the string to its numerical ASCII code.
Examples
| Code | Returns: |
|---|---|
| (ascii "X") | 88 |
| (ascii "x") | 120 |
| (ascii "Fun") | 70 |
| (ascii "FUN") | 70 |
Tell me about...
Programming Overview of LISP (LISt Processing) Language
| Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |