RosettaCodeData/Task/Character-codes/Gambas/character-codes-2.gambas
2023-07-01 13:44:08 -04:00

5 lines
66 B
Text

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