Major Section: PROGRAMMING
Completion Axiom:
(equal (char-code x) (if (characterp x) (char-code x) 0))
Guard for (char-code x):
(char-code x)
(characterp x)
0