RosettaCodeData/Task/Character-codes/Emacs-Lisp/character-codes.l

3 lines
53 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(string-to-char "a") ;=> 97
(format "%c" 97) ;=> "a"