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

6 lines
66 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
# Code must be in 0 .. 255.
2014-01-17 05:32:22 +00:00
CharInt(65);
2013-04-10 21:29:02 -07:00
# 'A'
2014-01-17 05:32:22 +00:00
IntChar('Z');
2013-04-10 21:29:02 -07:00
# 90