RosettaCodeData/Task/Character-codes/GAP/character-codes.gap

6 lines
66 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# Code must be in 0 .. 255.
CharInt(65);
# 'A'
IntChar('Z');
# 90