RosettaCodeData/Task/Character-codes/GAP/character-codes.gap
2014-01-17 05:34:36 +00:00

5 lines
66 B
Text

# Code must be in 0 .. 255.
CharInt(65);
# 'A'
IntChar('Z');
# 90