5 lines
53 B
Text
5 lines
53 B
Text
|
|
|?- char_code(Char, 97), write(Char).
|
||
|
|
a
|
||
|
|
Char = a
|
||
|
|
yes
|