converts a character to an integer and vice versa.
char_int(Char,Int)
char_int(Char,Int) (i,x) (o,x)
char(Char) (i) Character to be transformed.
char(Char) (o) Character corresponding to Int.
integer(Int) (i) Integer to be transformed.
integer(Int) (o) Integer corresponding to Char.
Transforms a character to an integer using ASCII notation. Fails if both arguments are instantiated to different values.
No runtime errors. Fails if arguments don't fit types or cannot be matched.
prolog-process, client-server, object
str_int , frontchar , put , readchar