RosettaCodeData/Task/Character-codes/Logtalk/character-codes-1.logtalk

5 lines
53 B
Plaintext

|?- char_code(Char, 97), write(Char).
a
Char = a
yes